typia
Version:
Superfast runtime validators with only one line
1 lines • 482 B
Source Map (JSON)
{"version":3,"file":"_isTypeUint64.mjs","names":[],"sources":["../../src/internal/_isTypeUint64.ts"],"sourcesContent":["export const _isTypeUint64 = (value: number): boolean =>\n Math.floor(value) === value && MINIMUM <= value && value <= MAXIMUM;\n\n// The maximum is `2 ** 64 - 1`, the uint64 upper bound.\nconst MINIMUM = 0;\nconst MAXIMUM = 2 ** 64 - 1;\n"],"mappings":";AAAA,MAAa,iBAAiB,UAC5B,KAAK,MAAM,KAAK,MAAM,SAAS,WAAW,SAAS,SAAS;AAG9D,MAAM,UAAU;AAChB,MAAM,UAAU,KAAK,KAAK"}