constants.js 82 B

1234
  1. module.exports = {
  2. MAX_UINT48: 2n ** 48n - 1n,
  3. MAX_UINT64: 2n ** 64n - 1n,
  4. };