import { isDirty } from "https://deno.land/x/zod@v3.22.1/helpers/parseUtil.ts";
type
<T>(x: ParseReturnType<T>) => x is OK<T> | DIRTY<T>
x/zod/helpers/parseUtil.ts>isDirty
import { isDirty } from "https://deno.land/x/zod@v3.22.1/helpers/parseUtil.ts";