UNPKG

msw

Version:

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

4 lines (2 loc) 115 B
declare function getAllRequestCookies(request: Request): Record<string, string>; export { getAllRequestCookies };