UNPKG

326 BJavaScriptView Raw
1import { STORAGE } from '../enums/storage';
2export var LIB_KEY = 'ng2-webstorage';
3export var LIB_KEY_SEPARATOR = '|';
4export var LIB_KEY_CASE_SENSITIVE = false;
5export var STORAGE_NAMES = (_a = {},
6 _a[STORAGE.local] = 'local',
7 _a[STORAGE.session] = 'session',
8 _a);
9var _a;
10//# sourceMappingURL=lib.js.map
\No newline at end of file