Skip to main content
Module

x/zod/external.ts>ZodType#refine

TypeScript-first schema validation with static type inference
Very Popular
Go to Latest
method ZodType.prototype.refine
Re-export
import { ZodType } from "https://deno.land/x/zod@v3.17.3/external.ts";

Type Parameters

RefinedOutput extends Output

Parameters

check: (arg: Output) => arg is RefinedOutput
optional
message: string | CustomErrorParams | ((arg: Output) => CustomErrorParams)

Parameters

check: (arg: Output) => unknown | Promise<unknown>
optional
message: string | CustomErrorParams | ((arg: Output) => CustomErrorParams)

Returns

ZodEffects<this, Output, Input>

Parameters

check: (arg: Output) => unknown
optional
message: string | CustomErrorParams | ((arg: Output) => CustomErrorParams)

Returns

ZodEffects<this, Output, Input>