UNPKG

@kubb/plugin-msw

Version:

Mock Service Worker (MSW) handlers generator plugin for Kubb, creating API mocks from OpenAPI specifications for frontend development and testing.

5 lines (4 loc) 170 B
export { Handlers } from './Handlers.tsx' export { Mock } from './Mock.tsx' export { MockWithFaker } from './MockWithFaker.tsx' export { Response } from './Response.tsx'