0.0.0 • Published 9 years ago
isnan v0.0.0
isnan
Test whether value is NaN.
Installation
$ npm install isnanAPI
const isNaN = require('isnan');
isNaN('foo' / 1);
// => true
isNaN({ foo: 'bar' });
// => falseRunning tests
$ npm testLicense
0.0.0
9 years ago