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}

Dependencies (0)

    Dev Dependencies (10)

    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