1
0
forked from dyf/APP
Files
APP/node_modules/es5-ext/number/min-safe-integer/index.js
2025-07-05 14:49:26 +08:00

4 lines
56 B
JavaScript

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