Skip to main content
Module

x/zod/types.ts>ZodBranded

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
class ZodBranded
extends ZodType<T["_output"] & BRAND<B>, ZodBrandedDef<T>, T["_input"]>
import { ZodBranded } from "https://deno.land/x/zod@v3.21.2/types.ts";

Type Parameters

T extends ZodTypeAny
B extends string | number | symbol

Methods

_parse(input: ParseInput): ParseReturnType<any>