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