|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| index-cjs.cjs | ||
| index-esm.js | ||
| package.json | ||
README.md
cookie
This is a mirror of cookie, bundled and exposed as ES module.
Install
npm install @bundled-es-modules/cookie
Use
<script type="module">
import cookie from '@bundled-es-modules/cookie';
cookie.parse('foo=bar;'); // { foo: 'bar' }
</script>