web-json-storage
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

web-json-storage

more easy to use window.localStorage

Usage

import { storage } from "web-json-storage"

storage.set('key',{a:'b'});
console.log(storage.get('key'))
// {a:b}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i web-json-storage

Weekly Downloads

0

Version

1.0.1

License

Apache-2.0

Unpacked Size

16.5 kB

Total Files

7

Last publish

Collaborators

  • monvechen