UNPKG
@ihadeed/transport-commons
Version:
latest (600.0.0)
600.0.0
500.0.0
100.5.0
100.4.0
100.3.0
100.2.0
100.1.0
100.0.0
6.0.0
5.7.0
5.6.0
5.5.0
5.4.0
5.3.0
5.2.1
5.0.1
Shared functionality for websocket providers
feathersjs.com
feathersjs/feathers
@ihadeed/transport-commons
/
src
/
index.ts
6 lines
(4 loc)
•
150 B
text/typescript
View Raw
1
2
3
4
5
6
import
{ socket }
from
'./socket'
;
import
{ routing }
from
'./routing'
;
import
{ channels }
from
'./channels'
;
export
{ socket, routing, channels };