Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/zod/types.ts>Schema#refine

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method Schema.prototype.refine
import { Schema } from "https://deno.land/x/zod@v3.11.3/types.ts";

Type Parameters

Func extends (arg: Output) => any

Parameters

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

Returns

ZodEffects<this, Output, Input>