easy-storage-with-expired
v0.1.1
Published
```typescript const instance = StorageExtend.getInstance() instance.setItem({ key: '', value: '', expired: 0 }) instance.clear() instance.getItem('x') instance.removeItem('x') ```
Maintainers
Readme
const instance = StorageExtend.getInstance()
instance.setItem({ key: '', value: '', expired: 0 })
instance.clear()
instance.getItem('x')
instance.removeItem('x')Extend Browser LocalStorage
Browser LocalStorage
add
expiredkeyvaluekeywordssingleton mode reduces overhead and shares
