Module

x/fluentci/deps.ts>z.ZodBigIntCheck

This is the command line interface for FluentCI.
Go to Latest
type alias z.ZodBigIntCheck
import { type z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts";
const { ZodBigIntCheck } = z;
definition: { kind: "min"; value: bigint; inclusive: boolean; message?: string; } | { kind: "max"; value: bigint; inclusive: boolean; message?: string; } | { kind: "multipleOf"; value: bigint; message?: string; }