wallet-core/node_modules/es5-ext/number/min-safe-integer/index.js
2017-08-14 05:02:09 +02:00

4 lines
56 B
JavaScript

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