@burst/cookie-manager
v1.2.0
Published
Cookie manager
Downloads
8
Readme
@burst/cookie-manager
Cookie manager
installation
npm i @burst/cookie-manager
Example
import { CookieManager } from '@burst/cookie-manager';
Coookie.set('cookiename', )
const cookie = CookieManager.get('cookiename');