max-safe-integer

ES2015 Number.MAX_SAFE_INTEGER ponyfill

This package is no longer relevant as ES2015 support is widespread.
Last updated 7 years ago by sindresorhus .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install max-safe-integer 
SYNC missed versions from official npm registry.

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

Current Tags

  • 2.0.0                                ...           latest (7 years ago)

3 Versions

  • 2.0.0 [deprecated]           ...           7 years ago
  • 1.0.1                                ...           10 years ago
  • 1.0.0                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (2)

Copyright 2013 - present © cnpmjs.org | Home |