UNPKG
@aicacia/peer
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
simple peer to peer for webrtc
github.com/aicacia/ts-peer
aicacia/ts-peer
@aicacia/peer
/
types
/
index.d.ts
2 lines
(1 loc)
•
124 B
TypeScript
View Raw
1
2
export
{
Peer
, writableStreamFromChannel, readableStreamFromChannel,
type
PeerOptions
,
type
SignalMessage
, }
from
"./Peer"
;