UNPKG

@glodon-aiot/agent-cli-sdk

Version:

aiot agent client js sdk

5 lines (4 loc) 260 B
export declare const parseJWT: (token: string) => any; export declare const isExpired: (token: string) => boolean; export declare const removeNewlines: (str: string) => string; export declare const removeLeadingAndTrailingBackslashes: (str: string) => string;