UNPKG

miniapp-web-jsapi

Version:

JSAPI/View adapter for miniprogram running on the web

10 lines (9 loc) 310 B
export default class StorageImpl { private static _storageValue; private static getKey; private static get storageValue(); static setStorage(key: string, value: any): void; static getStorage(key: string): any; static removeStorage(key: string): void; static clearStorage(): void; }