Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/zod/standard-schema.ts

TypeScript-first schema validation with static type inference
Very Popular
Latest
import * as zod from "https://deno.land/x/zod@v3.24.1/standard-schema.ts";

Interfaces

The result interface if validation fails.

The issue interface of the failure output.

The path segment interface of the issue.

The Standard Schema properties interface.

The result interface if validation succeeds.

The Standard Schema types interface.

Type Aliases

The Standard Schema interface.

Infers the input type of a Standard Schema.

Infers the output type of a Standard Schema.

The result interface of the validate function.