// Type definitions for libp2p-tcp 0.12.0 // Project: https://github.com/libp2p/js-libp2p-tcp // Definitions by: Jaco Greeff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// declare class LibP2pTcp implements LibP2pTransport { } declare module 'libp2p-tcp' { export default LibP2pTcp; }