localstorage-ttl
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -10,1 +10,2 @@ declare function set<T>(variable: string, value: T, ttl_ms?: number): void; | ||
export default ls; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -34,1 +34,2 @@ function set(variable, value, ttl_ms) { | ||
export default ls; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "localstorage-ttl", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "TS module to save data to localstorage with time to live. Data will expire after set time.", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
5127
7
42