@jswork/next-local-storage

1.0.10 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @jswork/next-local-storage

Homepage

js.work

Weekly Downloads

12

Version

1.0.10

License

MIT

Unpacked Size

5.26 kB

Total Files

6

Last publish

Collaborators

  • afeiship
  • yujiao.luo