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

sindresorhus/max-safe-integer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

ES2015 Number.MAX_SAFE_INTEGER ponyfill

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

17 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors