libp2p-ts/libp2p-tcp/index.d.ts

12 lines
343 B
TypeScript
Raw Normal View History

2018-06-21 15:15:18 +02:00
// Type definitions for libp2p-tcp 0.12.0
// Project: https://github.com/libp2p/js-libp2p-tcp
// Definitions by: Jaco Greeff <https://github.com/jacogr>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import Transport = require('interface-transport');
2018-06-21 15:15:18 +02:00
declare class LibP2pTcp implements Transport {
}
export = LibP2pTcp;