UNPKG

104 BJavaScriptView Raw
1/**
2 * @constant Maximum 32-bit signed integer value. (2^31 - 1)
3 */
4
5 module.exports = 2147483647;
6