Module

x/zod/external.ts>OK

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

type

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