@jswork/next-local-storage
v1.0.13
Published
LocalStorage based on next.
Downloads
2,379
Readme
next-local-storage
LocalStorage based on next.
installation
npm install -S @jswork/next-local-storageapis
- https://github.com/afeiship/next-abstract-storage
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.
