a zip code crypto-currency system good for red ONLY
Eric Foster d5378345de connection between front end and database il y a 6 ans
..
index.js connection between front end and database il y a 6 ans
license connection between front end and database il y a 6 ans
package.json connection between front end and database il y a 6 ans
readme.md connection between front end and database 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