UNPKG

usedjs

Version:

used.js 是一个轻量级小巧的可运行在浏览器中的 JavaScript 函数库

5 lines (4 loc) 242 B
export declare function get(key: string): any; export declare function getJSON(key: string): any; export declare function set(key: string, value: any, attributes?: {}): any; export declare function remove(key: string, attributes?: any): any;