UNPKG

@egjs/persist

Version:

Provide cache interface to handle persisted data among history navigation.

8 lines (5 loc) 135 B
import Persist, * as modules from "./index"; for (const name in modules) { Persist[name] = modules[name]; } export default Persist;