陈鹏铭 ac63ce6cb5 首次提交 1 년 전
..
index.js ac63ce6cb5 首次提交 1 년 전
license ac63ce6cb5 首次提交 1 년 전
package.json ac63ce6cb5 首次提交 1 년 전
readme.md ac63ce6cb5 首次提交 1 년 전

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