IOTConnect-Web/node_modules/es5-ext/number/min-safe-integer/index.js
2024-05-09 09:49:52 +08:00

4 lines
56 B
JavaScript

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