2.0.0 • Published 5 years ago

max-safe-integer v2.0.0

Weekly downloads
14,604
License
MIT
Repository
github
Last release
5 years ago

Deprecated

This package is no longer relevant as ES2015 support is widespread.


max-safe-integer Build Status npm.io

ES2015 Number.MAX_SAFE_INTEGER ponyfill

Install

$ npm install --save max-safe-integer

Usage

var MAX_SAFE_INTEGER = require('max-safe-integer');

console.log(MAX_SAFE_INTEGER);
//=> 9007199254740991

License

MIT © Sindre Sorhus