lucaconte 7cc26e831d presentations 6 lat temu
..
index.js 7cc26e831d presentations 6 lat temu
license 7cc26e831d presentations 6 lat temu
package.json 7cc26e831d presentations 6 lat temu
readme.md 7cc26e831d presentations 6 lat temu

readme.md

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