UI for Zipcoin Blue
Tennessee Gibbs 0304752480 added pages to master il y a 6 ans
..
index.js added pages to master il y a 6 ans
license added pages to master il y a 6 ans
package.json added pages to master il y a 6 ans
readme.md added pages to master il y a 6 ans

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