UNPKG

storable-state

Version:

State management library that integrates with localStorage

5 lines (4 loc) 110 B
import Store from './store.js'; export default (value, start) => { return new Store(value, start); };