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.

11 lines (10 loc) 397 B
import "./types-BOMj2hjt.js"; import { Generator, PluginMsw } from "./types-BdC96j80.js"; //#region src/generators/mswGenerator.d.ts declare const mswGenerator: Generator<PluginMsw>; //#endregion //#region src/generators/handlersGenerator.d.ts declare const handlersGenerator: Generator<PluginMsw>; //#endregion export { handlersGenerator, mswGenerator }; //# sourceMappingURL=generators.d.ts.map