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.

9 lines (8 loc) 384 B
import "./types-DYAniEBx.cjs"; import { Options, PluginMsw, UserPluginWithLifeCycle } from "./types-DLxzBV0T.cjs"; //#region src/plugin.d.ts declare const pluginMswName = "plugin-msw"; declare const pluginMsw: (options?: Options | undefined) => UserPluginWithLifeCycle<PluginMsw>; //#endregion export { type PluginMsw, pluginMsw, pluginMswName }; //# sourceMappingURL=index.d.cts.map