UNPKG

wnjk

Version:

两只蜗牛通用微服务脚本

7 lines (6 loc) 202 B
export default class WrapStorage { private static getPreKey; static setItem(key: string, obj: any): void; static removeItem(key: string): void; static getItem(key: string): any; }