Skip to content

kylemac/max-safe-integer

 
 

Repository files navigation

max-safe-integer Build Status

ES6 Number.MAX_SAFE_INTEGER ponyfill

Ponyfill: A polyfill that doesn't overwrite the native method

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

About

ES6 Number.MAX_SAFE_INTEGER ponyfill

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%