Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 430 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 430 Bytes

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