1.0.10 • Published 2 years ago

@jswork/next-local-storage v1.0.10

Weekly downloads
1
License
MIT
Repository
-
Last release
2 years ago

next-local-storage

LocalStorage based on next.

version license size download

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.