UNPKG

storable-state

Version:

State management library that integrates with localStorage

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