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