PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@confio/ics23/node_modules/protobufjs/cli/node_modules/underscore/modules

Просмотр файла: isObject.js

// Is a given variable an object?
export default function isObject(obj) {
  var type = typeof obj;
  return type === 'function' || (type === 'object' && !!obj);
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!