Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (17 loc) · 773 Bytes

readme.md

File metadata and controls

31 lines (17 loc) · 773 Bytes

Deprecated

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


max-safe-integer Build Status

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