Skip to main content
Module

x/deno_books/deps.ts>z.custom

Access OpenLibrary's API with Deno.
Go to Latest
variable z.custom
import { z } from "https://deno.land/x/deno_books@v1.4.0/deps.ts";
const { custom } = z;

type

<T>(
check?: (data: unknown) => any,
params?: string | CustomParams | ((input: any) => CustomParams),
fatal?: boolean,
) => ZodType<T>