UNPKG

228 BTypeScriptView Raw
1export declare function LocalStorage(key?: string, defaultValue?: any): (prototype: any, propName: any) => void;
2export declare function SessionStorage(key?: string, defaultValue?: any): (prototype: any, propName: any) => void;