sam522's picture
node
d4b85c0

A newer version of the Gradio SDK is available: 5.42.0

Upgrade

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>