UNPKG

221 BTypeScriptView Raw
1export declare const LIB_KEY = "ng2-webstorage";
2export declare const LIB_KEY_SEPARATOR = "|";
3export declare const LIB_KEY_CASE_SENSITIVE: boolean;
4export declare const STORAGE_NAMES: {
5 [x: number]: string;
6};