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

x/cav/test/test_deps.ts>zod.DIRTY

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

type

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