Skip to content
This repository was archived by the owner on Oct 7, 2023. It is now read-only.

GHLandy/ghlandy-storage

Repository files navigation

@ghlandy/storage

Deprecated!!!

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