UNPKG
acq-sdk
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.0
SDK oficial para a API da ACQ
github.com/acqstudios/acq-sdk
acqstudios/acq-sdk
acq-sdk
/
dist
/
socket.d.ts
4 lines
(3 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
export
{
AcqSocketClient
}
from
"./services/socket.service"
;
export
type
{
AcqSocket
}
from
"./services/socket.interface"
;
export
{
SocketEvents
,
SocketEventFlags
}
from
"./services/socket.interface"
;