UNPKG
@atton16/ngx-socket-io
Version:
latest (3.2.1)
3.2.1
Socket.IO module for Angular
github.com/atton16/ngx-socket-io
atton16/ngx-socket-io
@atton16/ngx-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'
;