PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@cosmjs/stargate/node_modules/protobufjs/cli/node_modules/underscore/cjs
Просмотр файла: isElement.js
// Is a given value a DOM element?
function isElement(obj) {
return !!(obj && obj.nodeType === 1);
}
module.exports = isElement;
Выполнить команду
Для локальной разработки. Не используйте в интернете!