UNPKG
psi-socket-io
Version:
latest (3.14.0)
3.14.0
Socket.IO module for Angular
github.com/richnologies/ngx-socket-io
richnologies/ngx-socket-io
psi-socket-io
/
dist
/
index.d.ts
4 lines
(3 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
export
{
SocketIoModule
}
from
'./src/socket-io.module'
;
export
{
SocketIoConfig
}
from
'./src/config/socket-io.config'
;
export
{
WrappedSocket
as
Socket
}
from
'./src/socket-io.service'
;