UNPKG

@turbo-ing/turbo-p2p

Version:

A library for blazingly fast peer-to-peer communication.

9 lines 245 B
export { RTC } from './lib/rtc'; export { Batcher } from './lib/batcher'; export * from './lib/types'; export * from './lib/keygen'; export interface RTCServerConfig { httpUrl: string; wsUrl: string; } //# sourceMappingURL=index.d.ts.map