陈鹏铭 93064e9f91 首次提交 il y a 11 mois
..
index.js 93064e9f91 首次提交 il y a 11 mois
license 93064e9f91 首次提交 il y a 11 mois
package.json 93064e9f91 首次提交 il y a 11 mois
readme.md 93064e9f91 首次提交 il y a 11 mois

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