You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
328 B
6 lines
328 B
export declare function setToken(value: string, key?: string): void; |
|
export declare function getToken(): string; |
|
export declare function getStorage(key: string): any; |
|
export declare function getAllStorage(): any; |
|
export declare function setStorage(storage: any): void; |
|
export declare function clearStorage(path?: string): void;
|
|
|