0.1.8 • Published 3 years ago

@chenzeliang/storage v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

storage

seeing the name of a thing one thinks of its function o(´^`)o

Basic Usage

# if you use npm
npm install @chenzeliang/storage --save-dev
# or if you use yarn
yarn add @chenzeliang/storage

Get Start

import storage from '@chenzeliang/storage'

storage.local.set('name', 'your value')

storage.session.set('name', 'your value')

// cookie api is the same as 'js-cookie'
storage.cookie.set('name', 'your value')