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 383 B
export { generateMock } from './runtime/mock-runtime'; export type { MockOptions, BuilderSchema } from './runtime/mock-runtime'; export { defaultConfig, defineConfig } from './plugin/config'; export type { BuildersPlugin, BuilderOptions, Config, Schema } from './types'; export { generateMockFromZodSchema } from './generators/zod-mock-generator'; //# sourceMappingURL=index.d.ts.map