UNPKG
qn-im-sdk
Version:
latest (3.2.3)
3.2.3
3.2.2
3.2.1
3.1.0
3.0.0
2.3.3
2.3.2
QnzsIM SDK
qn-im-sdk
/
dist
/
util
/
index.d.ts
4 lines
(3 loc)
•
91 B
TypeScript
View Raw
1
2
3
4
declare
const
uuid
:
(
uid
:
string
) =>
string
;
export
*
from
'./worker'
;
export
{ uuid };