UNPKG
ng2-webstorage
Version:
latest (2.0.0)
2.0.0
1.8.0
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.0.0
Angular webstorage manager
github.com/PillowPillow/ng2-webstorage
PillowPillow/ng2-webstorage
ng2-webstorage
/
dist
/
constants
/
lib.d.ts
7 lines
(6 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
LIB_KEY
=
"ng2-webstorage"
;
export
declare
const
LIB_KEY_SEPARATOR
=
"|"
;
export
declare
const
LIB_KEY_CASE_SENSITIVE
:
boolean
;
export
declare
const
STORAGE_NAMES
: { [
x
:
number
]:
string
; };