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

x/deno_books/deps.ts>z.ZodType#refinement

Access OpenLibrary's API with Deno.
Go to Latest
method z.ZodType.prototype.refinement
Re-export
import { z } from "https://deno.land/x/deno_books@v1.2.0/deps.ts";
const { ZodType } = z;

Type Parameters

RefinedOutput extends Output

Parameters

check: (arg: Output) => arg is RefinedOutput
refinementData: IssueData | ((arg: Output, ctx: RefinementCtx) => IssueData)

Returns

ZodEffects<this, RefinedOutput, Input>

Parameters

check: (arg: Output) => boolean
refinementData: IssueData | ((arg: Output, ctx: RefinementCtx) => IssueData)

Returns

ZodEffects<this, Output, Input>