10 lines
307 B
TypeScript
Raw Normal View History

2018-06-21 14:38:41 +02:00
// Type definitions for interface-transport 0.3.6
// Project: https://github.com/libp2p/interface-transport
// Definitions by: Jaco Greeff <https://github.com/jacogr>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
2018-06-22 15:43:18 +02:00
declare module 'interface-transport' {
2018-06-22 16:38:26 +02:00
export interface Transport {
2018-06-21 14:38:41 +02:00
}
2018-06-22 15:43:18 +02:00
}