0.1.7 • Published 4 years ago
@pinkbin/storage v0.1.7
storage
seeing the name of a thing one thinks of its function o(´^`)o
Basic Usage
# if you use npm
npm install @pinkbin/storage --save-dev
# or if you use yarn
yarn add @pinbin/storage
Get Start
import storage from '@pinkbin/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')