UNPKG

@zdb/utils

Version:

工具包

4 lines (3 loc) 200 B
export declare const setLocalStoreItem: (key: string, value: any) => void; export declare const getLocalStoreItem: (key: string) => any; export declare const clearLocalStore: () => false | undefined;