UNPKG

tmaito-utils

Version:

utils 工具包

7 lines (6 loc) 158 B
declare const local: { get: (key: string) => any; set: (key: string, value: any) => void; remove: (key: string) => void; }; export default local;