UNPKG
@egjs/persist
Version:
beta (2.7.0-beta.2)
latest (2.6.0)
2.7.0-beta.2
2.7.0-beta.1
2.7.0-beta.0
2.6.0
2.6.0-beta.1
2.6.0-beta.0
2.5.2
2.5.2-beta.0
2.5.1
2.5.0
2.4.0
2.4.0-beta.0
2.3.0
2.2.2
2.2.1
2.2.1-rc
2.2.0
2.2.0-rc
2.1.4
2.1.3
2.1.3-rc
2.1.2
2.1.0
2.0.0
2.0.0-rc.1
Provide cache interface to handle persisted data among history navigation.
@egjs/persist
/
src
/
index.umd.js
8 lines
(5 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
Persist
, *
as
modules
from
"./index"
;
for
(
const
name
in
modules) {
Persist
[name] = modules[name]; }
export
default
Persist
;