Repository URL to install this package:
|
Version:
6.0.4 ▾
|
/**
* @desc 2^32
* @name MAX_32_BIT
* @type {number}
* @example `Math.pow(2, 32)`
* @NOTE this is -1
*/
const MAX_32_BIT = 4294967295
export default MAX_32_BIT