// Type definitions for libp2p-websocket-star 0.15.3 // Project: https://github.com/libp2p/js-libp2p-websocket-star // Definitions by: Jaco Greeff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// /// declare class LibP2pWebsocketStar implements LibP2pTransport { constructor(config?: any); discovery: LibP2pBootstrap; } declare module 'libp2p-websocket-star' { export default LibP2pWebsocketStar; }