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.

4 lines (3 loc) 128 B
export { Mock } from './Mock.tsx' export { Handlers } from './Handlers.tsx' export { MockWithFaker } from './MockWithFaker.tsx'