PHP WebShell

Текущая директория: /opt/bitgo-express-withdraw/node_modules/babel-runtime/helpers

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

"use strict";

exports.__esModule = true;

exports.default = function (obj, keys) {
  var target = {};

  for (var i in obj) {
    if (keys.indexOf(i) >= 0) continue;
    if (!Object.prototype.hasOwnProperty.call(obj, i)) continue;
    target[i] = obj[i];
  }

  return target;
};

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


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