Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cav/test/deps.ts>zod.z.DIRTY

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

type

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