This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@ghlandy/storage
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

@ghlandy/storage

NPM version Build Status codecov

A set of helper deal with browser localStorage and sessionStorage, which used frequently.

Usage

import storage from '@ghlandy/storage';

storage.localSet('key', { a: 1, b: 2 });
storage.localGet('key'); // { a: 1, b: 2 }

See Docs for api details.

License

This tool is lecensed under the MIT

/@ghlandy/storage/

    Package Sidebar

    Install

    npm i @ghlandy/storage

    Weekly Downloads

    3

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    6.87 kB

    Total Files

    9

    Last publish

    Collaborators

    • ghlandy