@ponsetya/browser
v1.1.0
Published
Next-generation browser-based helpers.
Maintainers
Readme
They are the most frequently used and needed lightweight utility tools in browser-based projects.
You can use the media and library independently.
Installation
For using the yarn package manager.
yarn add @ponsetya/browserFor using the npm.
npm install @ponsetya/browserImport
By default you can include all api and functions.
import browser from '@ponsetya/browser'Use APIs
import { cookie } '@ponsetya/browser'
cookie.set('name', 'John Doe')
console.log(cookie.get('name')) // John DoeLicense
Released under the MIT License.
