UNPKG

typia

Version:

Superfast runtime validators with only one line

8 lines (7 loc) 292 B
//#region src/internal/_isTypeUint64Bigint.ts const _isTypeUint64Bigint = (value) => MINIMUM <= value && value <= MAXIMUM; const MINIMUM = BigInt(0); const MAXIMUM = BigInt("18446744073709551615"); //#endregion export { _isTypeUint64Bigint }; //# sourceMappingURL=_isTypeUint64Bigint.mjs.map