UNPKG
ntqq
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.0
QQ protocol for NodeJS!
github.com/ntqqjs/ntqq
ntqq-group/ntqq
ntqq
/
lib
/
core
/
index.d.ts
8 lines
(7 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
*
from
"./base-client"
;
export
*
from
"./device"
;
export
*
as
tea
from
"./tea"
;
export
*
as
pb
from
"./protobuf"
;
export
*
as
constants
from
"./constants"
;
export
{
Domain
}
from
"./tlv"
;
export
{ fetchServerList }
from
"./network"
;