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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i @ghlandy/storage

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

6.87 kB

Total Files

9

Last publish

Collaborators

  • ghlandy