typedoc-plugin-valibot
v1.0.0
Published
TypeDoc plugin which replaces v.InferOutput<typeof x> with the inferred type
Downloads
400
Readme
typedoc-plugin-valibot
Improves display of types created with Valibot's `v.InferOutput type.
Usage
npm install --save-dev typedoc-plugin-valibot
// typedoc.json
{
"plugin": ["typedoc-plugin-valibot"],
}