Skip to main content
Module

x/zod/mod.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.17.2/mod.ts";

Methods

_parse(input: ParseInput): ParseReturnType<bigint>

Static Properties

create: (params?: RawCreateParams) => ZodBigInt