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

4 lines
53 B
JavaScript

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