UNPKG
@turbo-ing/turbo-p2p
Version:
latest (0.7.11)
0.7.11
0.7.10
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
A library for blazingly fast peer-to-peer communication.
@turbo-ing/turbo-p2p
/
dist
/
index.d.ts
9 lines
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
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