PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@cosmjs/stargate/node_modules/protobufjs/cli/node_modules/underscore/cjs
Просмотр файла: isNaN.js
var _setup = require('./_setup.js');
var isNumber = require('./isNumber.js');
// Is the given value `NaN`?
function isNaN(obj) {
return isNumber(obj) && _setup._isNaN(obj);
}
module.exports = isNaN;
Выполнить команду
Для локальной разработки. Не используйте в интернете!