12 lines
371 B
TypeScript

// Type definitions for libp2p-websockets 0.12.0
// Project: https://github.com/libp2p/js-libp2p-websockets
// Definitions by: Jaco Greeff <https://github.com/jacogr>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import Transport = require('interface-transport');
declare class LibP2pWebsockets implements Transport {
}
export = LibP2pWebsockets;