2018-09-18 20:09:35 -04:00

15 lines
454 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
/// <reference types="interface-transport"/>
declare class LibP2pWebRtcStar implements LibP2pTransport {
constructor(config?: any);
}
declare module 'libp2p-webrtc-star' {
export default LibP2pWebRtcStar;
}