aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/number/min-safe-integer/index.js
blob: cde451462848a83259bfd923ccf78bb640d4124b (plain)
1
2
3
"use strict";

module.exports = -(Math.pow(2, 53) - 1);