// Type definitions for libp2p-webrtc-star 0.15.3 // Project: https://github.com/libp2p/js-libp2p-webrtc-star // Definitions by: Jaco Greeff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // @ts-ignore import Transport from 'interface-transport'; declare module 'libp2p-webrtc-star' { export class LibP2pWebRtcStar implements Transport { } export default LibP2pWebRtcStar; }