import { zod } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { isDirty } = zod;
type
<T>(x: ParseReturnType<T>) => x is OK<T> | DIRTY<T>
import { zod } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { isDirty } = zod;