2018-06-22 15:43:18 +02:00

12 lines
321 B
TypeScript

// 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
declare module 'interface-transport' {
interface Transport {
}
export = Transport;
}