UNPKG

tokenlon-sdk

Version:

imToken Tokenlon API for node

4 lines (3 loc) 158 B
import Tokenlon from './tokenlon'; import { GlobalConfig } from './types'; export declare const createTokenlon: (options: GlobalConfig) => Promise<Tokenlon>;