@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) • 404 B
TypeScript
import { l as UserPluginWithLifeCycle } from "./index-BVhRy10l.js";
import { n as PluginMsw, t as Options } from "./types-CU7bNIp4.js";
//#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.ts.map