UNPKG

max-safe-int

Version:

Return the maximum safe integer in JavaScript.

4 lines (2 loc) 50 B
'use strict'; module.exports = 9007199254740991;