Socket
Book a DemoInstallSign in
Socket

typedoc-plugin-zod

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc-plugin-zod

TypeDoc plugin which replaces z.infer<typeof x> with the inferred type

latest
Source
npmnpm
Version
1.4.2
Version published
Weekly downloads
19K
-24.94%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

typedoc-plugin

FAQs

Package last updated on 15 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts