Skip to content

TangJinQing1122/local-storage-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published