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

ES2015 Number.MAX_SAFE_INTEGER ponyfill

License

Notifications You must be signed in to change notification settings

sindresorhus/max-safe-integer

Repository files navigation

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