UNPKG

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