UNPKG
@startpage/local-storage
Version:
latest (0.2.6)
0.2.6
0.2.4
0.2.2
0.2.0
0.1.2
0.1.1
0.1.0-alpha.14
0.1.0-alpha.13
0.1.0-alpha.12
0.1.0-alpha.10
0.1.0-alpha.9
0.1.0-alpha.8
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha.0
Local storage management for your startpage
prettycoffee.github.io/startpage
PrettyCoffee/startpage
@startpage/local-storage
/
lib
/
storageBackup
/
index.js
6 lines
(5 loc)
•
295 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
storageBackup
=
void
0
;
var
storageBackup_1 =
require
(
"./storageBackup"
);
Object
.
defineProperty
(
exports
,
"storageBackup"
, {
enumerable
:
true
,
get
:
function
(
) {
return
storageBackup_1.
storageBackup
; } });