cookie-meta
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

cookie-meta

This is a meta-package of cookie and js-cookie with TypeScript support.

Please go to cookie and js-cookie for documentations.

import { parse, serialize } from 'cookie';
import { set, get, remove, getJSON, noConflict, withConverter } from 'js-cookie';

export type Cookie = {
  [key: string]: string;
};

export const cookie = {
  parse,
  serialize,
  set,
  get,
  remove,
  getJSON,
  noConflict,
  withConverter,
};

Readme

Keywords

none

Package Sidebar

Install

npm i cookie-meta

Weekly Downloads

1

Version

0.4.0

License

MIT

Unpacked Size

7.19 kB

Total Files

11

Last publish

Collaborators

  • viendinh