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

x/cav/test/test_deps.ts>zod.z.OK

A server framework for Deno
Go to Latest
type alias zod.z.OK
Re-export
import { type zod } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { OK } = zod.z;
definition: { status: "valid"; value: T; }
variable zod.z.OK
Re-export
import { zod } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { OK } = zod.z;

type

<T>(value: T) => OK<T>