The lodash method `_.isNaN` exported as a module.
npm install lodash.isnanThe lodash method _.isNaN exported as a Node.js module.
Using npm:
``bash`
$ {sudo -H} npm i -g npm
$ npm i --save lodash.isnan
In Node.js:
`js``
var isNaN = require('lodash.isnan');
See the documentation or package source for more details.