next-local-storage
LocalStorage based on next.
installation
npm install -S @jswork/next-local-storage
apis
usage
import NxLocalStorage from '@jswork/next-local-storage';
const store = new nx.NxLocalStorage('tt');
store.set('test1', 1234);
console.log( store.gets() );
license
Code released under the MIT license.