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');
Cookie manager
<script type="module">
import burstCookieManager from 'https://cdn.skypack.dev/@burst/cookie-manager';
</script>
Cookie manager
npm i @burst/cookie-manager
import { CookieManager } from '@burst/cookie-manager';
Coookie.set('cookiename', )
const cookie = CookieManager.get('cookiename');