@bundled-es-modules/cookie
mirror of cookie, bundled and exposed as ES module
Last updated a year ago by bashmish .
ISC · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @bundled-es-modules/cookie 
SYNC missed versions from official npm registry.

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>

Current Tags

  • 2.0.1                                ...           latest (a year ago)

3 Versions

  • 2.0.1                                ...           a year ago
  • 2.0.0                                ...           3 years ago
  • 1.0.0                                ...           3 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 1
Last Month 1
Dependencies (1)
Dev Dependencies (1)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |