15 lines
420 B
TypeScript
Raw Normal View History

// Type definitions for libp2p-webrtc-star 0.15.3
// Project: https://github.com/libp2p/js-libp2p-webrtc-star
// Definitions by: Jaco Greeff <https://github.com/jacogr>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
2018-06-22 15:43:18 +02:00
// @ts-ignore
import Transport from 'interface-transport';
2018-06-22 15:43:18 +02:00
declare module 'libp2p-webrtc-star' {
export class LibP2pWebRtcStar implements Transport {
}
export = LibP2pWebRtcStar;
2018-06-22 15:43:18 +02:00
}