UNPKG

msw

Version:

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

13 lines 237 B
function passthrough() { return new Response(null, { status: 302, statusText: "Passthrough", headers: { "x-msw-intention": "passthrough" } }); } export { passthrough }; //# sourceMappingURL=passthrough.mjs.map