UNPKG

322 BTypeScriptView Raw
1import { STORAGE } from '../enums/storage';
2export declare function WebStorage(webSKey: string, sType: STORAGE, defaultValue?: any): (targetedClass: Object, raw: string) => void;
3export declare function WebStorageDecorator(webSKey: string, sType: STORAGE, targetedClass: Object, raw: string, defaultValue?: any): void;