import { z } from "https://deno.land/x/zod@v3.22.0/mod.ts";
const { ZodType } = z;
Parameters
check: (arg: Output) => arg is RefinedOutput
Returns
ZodEffects<this, RefinedOutput, Input>
x/zod/mod.ts>z.ZodType#refinement
import { z } from "https://deno.land/x/zod@v3.22.0/mod.ts";
const { ZodType } = z;