UNPKG
yamux-js
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
th-ch/yamux-js
yamux-js
/
lib
/
index.d.ts
6 lines
(5 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Client
}
from
'./client'
;
import
{
Config
}
from
'./mux'
;
import
{
Server
}
from
'./server'
;
import
{
Stream
}
from
'./stream'
;
export
{
Config
,
Client
,
Server
,
Stream
};