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
/
decorators
/
localStorage.d.ts
2 lines
(1 loc)
•
123 B
TypeScript
View Raw
1
2
export
declare
function
LocalStorage
(
webSKey
?:
string
,
defaultValue
?:
any
):
(
targetedClass
:
Object
,
raw
:
string
) =>
void
;