Skip to main content
Module

x/zod/mod.ts>z.isDirty

TypeScript-first schema validation with static type inference
Very Popular
Go to Latest
variable z.isDirty
Re-export
import { z } from "https://deno.land/x/zod@v3.19.1/mod.ts";
const { isDirty } = z;

type

<T>(x: ParseReturnType<T>) => x is OK<T> | DIRTY<T>