TypeDoc plugin which replaces z.infer<typeof x> with the inferred type
npm install typedoc-plugin-zodImproves display of types created with Zod's z.infer and z.input types.
``bash`
npm install --save-dev typedoc-plugin-zod
`jsonc``
// typedoc.json
{
"plugin": ["typedoc-plugin-zod"]
}
See an example of this plugin in action.
See CHANGELOG.md