UNPKG
quic
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.2
0.0.1
A QUIC server/client implementation in Node.js.
github.com/fidm/quic
fidm/quic
quic
/
dist
/
index.d.ts
5 lines
(4 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
5
export
{
Stream
}
from
'./stream'
;
export
{
Session
}
from
'./session'
;
export
{
ServerSession
,
Server
}
from
'./server'
;
export
{
Client
}
from
'./client'
;