mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-04-15 08:36:05 +00:00
12 lines
373 B
TypeScript
12 lines
373 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
|
||
|
|
||
|
import Transport from 'interface-transport';
|
||
|
|
||
|
declare class LibP2pWebRtcStar implements Transport {
|
||
|
}
|
||
|
|
||
|
export default LibP2pWebRtcStar;
|