@kubb/plugin-zod
Version:
Zod schema generator plugin for Kubb, creating type-safe validation schemas from OpenAPI specifications for runtime data validation.
8 lines (7 loc) • 381 B
text/typescript
import { a as UserPluginWithLifeCycle, c as __name, n as PluginZod, t as Options } from "./types-B5e4IaUY.cjs";
//#region src/plugin.d.ts
declare const pluginZodName = "plugin-zod";
declare const pluginZod: (options?: Options | undefined) => UserPluginWithLifeCycle<PluginZod>;
//#endregion
export { type PluginZod, pluginZod, pluginZodName };
//# sourceMappingURL=index.d.cts.map