cookie
This is a mirror of cookie, bundled and exposed as ES module.
Install
npm install @bundled-es-modules/cookieUse
<script type="module">
import cookie from '@bundled-es-modules/cookie';
cookie.parse('foo=bar;'); // { foo: 'bar' }
</script>mirror of cookie, bundled and exposed as ES module
This is a mirror of cookie, bundled and exposed as ES module.
npm install @bundled-es-modules/cookie<script type="module">
import cookie from '@bundled-es-modules/cookie';
cookie.parse('foo=bar;'); // { foo: 'bar' }
</script>