Repository URL to install this package:
|
Version:
2.1.0-1 ▾
|
vending-mp-tcn-dep
/
usr
/
local
/
lib
/
vending
/
mp
/
tcn
/
node_modules
/
number-is-nan
/
index.js
|
|---|
'use strict';
module.exports = Number.isNaN || function (x) {
return x !== x;
};