typedoc-plugin-superstruct
v1.0.0
Published
TypeDoc plugin which replaces Infer<typeof Struct> with the inferred type
Downloads
329
Readme
typedoc-plugin-superstruct
Improves display of types created with Superstruct's Infer
type.
Based on the similar plugin typedoc-plugin-zod.
Usage
Installation
npm install --save-dev typedoc-plugin-superstruct
# OR
# yarn add -ED typedoc-plugin-superstruct
TypeDoc configuration
// typedoc.json
{
"plugin": ["typedoc-plugin-superstruct"]
}