UNPKG

ptool

Version:

vue项目开发通用工具类封装

8 lines (7 loc) 216 B
declare const _default: { setItem: (key: string, content: any) => void; getItem: (key: string) => string | undefined; removeItem: (key: string) => void; clear: () => void; }; export default _default;