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