@burst/cookie-manager

Cookie manager

Usage no npm install needed!

<script type="module">
  import burstCookieManager from 'https://cdn.skypack.dev/@burst/cookie-manager';
</script>

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');