UNPKG

hey-api-builders

Version:

A custom plugin for @hey-api/openapi-ts that generates mock data builders with a lightweight custom runtime, Zod integration, or static mock generation.

6 lines 195 B
import type { BuildersHandler } from '../types'; /** * Main plugin handler for generating builder classes */ export declare const handler: BuildersHandler; //# sourceMappingURL=handler.d.ts.map