typedoc-plugin-zod
v1.3.1
Published
TypeDoc plugin which replaces z.infer<typeof x> with the inferred type
Downloads
47,385
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