UNPKG

105 BJavaScriptView Raw
1/**
2 * @constant Maximum 32-bit unsigned integet value (2^32 - 1)
3 */
4
5 module.exports = 4294967295;
6