1.0.12 • Published 5 months ago
@jswork/next-local-storage v1.0.12
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.