bigint
Validates bigint while preserving native precision. DDataParser.bigint() handles optional coercion (BigInt(value)) and accepts checkers like min, max, or refine.
Interactive example
Parameters
errorMessage: custom message if the value is not a validbigint.checkers:checkerBigIntMin,checkerBigIntMax,checkerRefine.coerce:trueto convert fromstring/numberviaBigInt. Defaults tofalse.
Return value
A DataParserBigInt with the full API (parse, asyncParse, exec, asyncExec, addChecker, clone). schema.parse(data) → DEither.success<bigint> or DEither.error<DataParserError>.
