overseer/node_modules/number-is-nan
2022-11-01 18:49:18 -04:00
..
index.js Added Gulp.js for compiling SCSS stylesheets 2022-11-01 18:49:18 -04:00
license Added Gulp.js for compiling SCSS stylesheets 2022-11-01 18:49:18 -04:00
package.json Added Gulp.js for compiling SCSS stylesheets 2022-11-01 18:49:18 -04:00
readme.md Added Gulp.js for compiling SCSS stylesheets 2022-11-01 18:49:18 -04:00

number-is-nan Build Status

ES2015 Number.isNaN() ponyfill

Install

$ npm install --save number-is-nan

Usage

var numberIsNan = require('number-is-nan');

numberIsNan(NaN);
//=> true

numberIsNan('unicorn');
//=> false

License

MIT © Sindre Sorhus