1
0
mirror of https://github.com/fluencelabs/libp2p-ts synced 2025-03-31 09:21:04 +00:00
2018-06-22 15:43:18 +02:00

15 lines
420 B
TypeScript

// 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
// @ts-ignore
import Transport from 'interface-transport';
declare module 'libp2p-webrtc-star' {
export class LibP2pWebRtcStar implements Transport {
}
export = LibP2pWebRtcStar;
}