{"version":3,"file":"_isTypeUint64Bigint.mjs","names":[],"sources":["../../src/internal/_isTypeUint64Bigint.ts"],"sourcesContent":["export const _isTypeUint64Bigint = (value: bigint): boolean =>\n  MINIMUM <= value && value <= MAXIMUM;\n\n// See `_isTypeInt64Bigint`: the bound is exact only because the argument is a\n// string, and `bigint` can represent the true inclusive maximum.\nconst MINIMUM = BigInt(0);\nconst MAXIMUM = BigInt(\"18446744073709551615\");\n"],"mappings":";AAAA,MAAa,uBAAuB,UAClC,WAAW,SAAS,SAAS;AAI/B,MAAM,UAAU,OAAO,CAAC;AACxB,MAAM,UAAU,OAAO,sBAAsB"}