@prashant1k99/easystore

0.0.1 • Public • Published

easyStore


An easy to use Browser Storage API wrapper, that will handle complex logic of Session Storage or Local Storage.

Installation

Note This library is made to run in browser.

  • Using npm
npm i easystore
  • Using yarn
yarn add easystore

Usage

To use the library using ES6 import module:

import EasyStore from 'easyStore';

const myStore = new EasyStore(option);

option accept storage type parameter of type string

name option
value session
value local

Package Sidebar

Install

npm i @prashant1k99/easystore

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

4.74 kB

Total Files

4

Last publish

Collaborators

  • prashant1k99