chensenlai 10988628a0 语音房项目初始化 5 years ago
..
index.js 10988628a0 语音房项目初始化 5 years ago
license 10988628a0 语音房项目初始化 5 years ago
package.json 10988628a0 语音房项目初始化 5 years ago
readme.md 10988628a0 语音房项目初始化 5 years ago

readme.md

number-is-nan Build Status

ES6 Number.isNaN() ponyfill

Ponyfill: A polyfill that doesn't overwrite the native method

Install

$ npm install --save number-is-nan

Usage

var numberIsNan = require('number-is-nan');

numberIsNan(NaN);
//=> true

numberIsNan('unicorn');
//=> false

License

MIT © Sindre Sorhus