sam522's picture
node
d4b85c0
|
raw
history blame
322 Bytes

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>