UNPKG

@alexop/openapi-zod-client

Version:

[![Screenshot 2022-11-12 at 18 52 25](https://user-images.githubusercontent.com/47224540/201487856-ffc4c862-6f31-4de1-8ef1-3981fabf3416.png)](https://openapi-zod-client.vercel.app/)

9 lines (8 loc) 643 B
export { type CodeMeta, type CodeMetaData, type ConversionTypeContext } from "./CodeMeta.js"; export { generateZodClientFromOpenAPI } from "./generateZodClientFromOpenAPI.js"; export { getHandlebars } from "./getHandlebars.js"; export { getOpenApiDependencyGraph } from "./getOpenApiDependencyGraph.js"; export { type EndpointDefinitionWithRefs, getZodiosEndpointDefinitionList } from "./getZodiosEndpointDefinitionList.js"; export { maybePretty } from "./maybePretty.js"; export { getZodSchema } from "./openApiToZod.js"; export { type TemplateContext, type TemplateContextOptions, getZodClientTemplateContext } from "./template-context.js";