Lo-Dash's isNaN
function as a component.
$ component install KenanY/is-nan
var isNaN = require('is-nan');
Checks if value
is NaN
.
Note that is not the same as native isNaN
which will return true
for
undefined
and other non-numeric values. See http://es5.github.io/#x15.1.2.4.