UNPKG

ng2-webstorage

Version:
4 lines (3 loc) 322 B
import { STORAGE } from '../enums/storage'; export declare function WebStorage(webSKey: string, sType: STORAGE, defaultValue?: any): (targetedClass: Object, raw: string) => void; export declare function WebStorageDecorator(webSKey: string, sType: STORAGE, targetedClass: Object, raw: string, defaultValue?: any): void;