Module

x/zod/mod.ts>z.OK

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias z.OK
import { type z } from "https://dotland.deno.dev/x/zod@v3.17.3/mod.ts";
const { OK } = z;
definition: { status: "valid"; value: T; }
variable z.OK
import { z } from "https://dotland.deno.dev/x/zod@v3.17.3/mod.ts";
const { OK } = z;

type

<T>(value: T) => OK<T>
import z.OK
import { z } from "https://dotland.deno.dev/x/zod@v3.17.3/mod.ts";
const { OK } = z;