UNPKG
tokenlon-sdk
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.1
0.2.0
0.1.3
0.1.2
imToken Tokenlon API for node
tokenlon-sdk
/
lib
/
index.d.ts
4 lines
(3 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
import
Tokenlon
from
'./tokenlon'
;
import
{
GlobalConfig
}
from
'./types'
;
export
declare
const
createTokenlon
:
(
options
:
GlobalConfig
) =>
Promise
<
Tokenlon
>;