Skip to main content
Module

x/zod/external.ts>ZodBigInt

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
class ZodBigInt
extends ZodType<bigint, ZodBigIntDef>
import { ZodBigInt } from "https://deno.land/x/zod@v3.20.2/external.ts";

Methods

_parse(input: ParseInput): ParseReturnType<bigint>

Static Properties

create: (params?: RawCreateParams & { coerce?: boolean; }) => ZodBigInt