UNPKG

msw

Version:

Seamless REST/GraphQL API mocking library for browser and Node.js.

8 lines (5 loc) 206 B
import * as _cookie from 'cookie'; declare const cookie: any; declare const parse: typeof _cookie.parse; declare const serialize: typeof _cookie.serialize; export { cookie as default, parse, serialize };