UNPKG
@tonappchain/adnl
Version:
latest (1.0.4)
1.0.4
1.0.3
ADNL TypeScript implementation
github.com/tonkite/adnl
tonkite/adnl
@tonappchain/adnl
/
dist
/
index.d.ts
4 lines
(3 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
export
{
ADNLClientTCP
}
from
'./client-tcp'
;
export
{
ADNLClientWS
}
from
'./client-ws'
;
export
{
ADNLClient
}
from
'./client'
;