UNPKG

const-max-safe-integer-float64

Version:

Maximum safe double-precision floating-point integer.

10 lines (5 loc) 121 B
'use strict'; // 2**53 - 1 var MAX_SAFE_INTEGER = 9007199254740991; // EXPORTS // module.exports = MAX_SAFE_INTEGER;