number-is-nan
Advanced tools
Weekly downloads
Readme
ES2015
Number.isNaN()
ponyfill
$ npm install number-is-nan
const numberIsNan = require('number-is-nan');
numberIsNan(NaN);
//=> true
numberIsNan('unicorn');
//=> false
ES2015 `Number.isNaN()` ponyfill
The npm package number-is-nan receives a total of 8,379,217 weekly downloads. As such, number-is-nan popularity was classified as popular.
We found that number-is-nan demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.