1.0.6 • Published 5 months ago

@tangjinqing/local-storage-proxy v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

about

Proxy you local-storage-data to obj.And autoupdate.

npm install

npm i @tangjinqing/local-storage-proxy


import { LocalStorageProxy } from '@tangjinqing/local-storage-proxy';

use

const key = 'localKey';
const defaultConfig = { someSetting: true };
const localStorageProxy = new LocalStorageProxy(key, defaultConfig);
const localKeyProxy = localStorageProxy.createProxy();

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago