mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-05-15 23:21:19 +00:00
10 lines
307 B
TypeScript
10 lines
307 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' {
|
|
export interface Transport {
|
|
}
|
|
}
|