custom
import { custom } from "https://esm.sh/zod@3.25.76/index.d.cts";function custom<T>(
check?: (data: any) => any,
_params?: string | CustomParams | ((input: any) => CustomParams),
fatal?: boolean,
): ZodType<T, ZodTypeDef, T>;§
custom<T>(check?: (data: any) => any, _params?: string | CustomParams | ((input: any) => CustomParams), fatal?: boolean): ZodType<T, ZodTypeDef, T>
[src]§Parameters
§Return Type
§
ZodType<T, ZodTypeDef, T>
[src]