import { z } from "https://deno.land/x/deno_books@v1.2.0/deps.ts";
const { ZodType } = z;
Parameters
check: (arg: Output) => arg is RefinedOutput
Returns
ZodEffects<this, RefinedOutput, Input>
import { z } from "https://deno.land/x/deno_books@v1.2.0/deps.ts";
const { ZodType } = z;