typedoc-plugin-zod
v1.4.3
Published
TypeDoc plugin which replaces z.infer<typeof x> with the inferred type
Readme
typedoc-plugin-zod
Improves display of types created with Zod's z.infer and z.input types.
Usage
npm install --save-dev typedoc-plugin-zod// typedoc.json
{
"plugin": ["typedoc-plugin-zod"]
}See an example of this plugin in action.
Change Log
See CHANGELOG.md
