Sha256: 6c3bfc83f816b6d34c9f1fa44c4a2823b940702edc13c6c71b35b081f2d76a11

Contents?: true

Size: 280 Bytes

Versions: 198

Compression:

Stored size: 280 Bytes

Contents

"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;
};

Version data entries

198 entries across 44 versions & 10 rubygems

Version Path
immosquare-cleaner-0.1.60 node_modules/babel-runtime/helpers/objectWithoutProperties.js
immosquare-cleaner-0.1.59 node_modules/babel-runtime/helpers/objectWithoutProperties.js
immosquare-cleaner-0.1.58 node_modules/babel-runtime/helpers/objectWithoutProperties.js
immosquare-cleaner-0.1.57 node_modules/babel-runtime/helpers/objectWithoutProperties.js
immosquare-cleaner-0.1.56 node_modules/babel-runtime/helpers/objectWithoutProperties.js
immosquare-cleaner-0.1.55 node_modules/babel-runtime/helpers/objectWithoutProperties.js
immosquare-cleaner-0.1.54 node_modules/babel-runtime/helpers/objectWithoutProperties.js
immosquare-cleaner-0.1.53 node_modules/babel-runtime/helpers/objectWithoutProperties.js
immosquare-cleaner-0.1.52 node_modules/babel-runtime/helpers/objectWithoutProperties.js
immosquare-cleaner-0.1.51 node_modules/babel-runtime/helpers/objectWithoutProperties.js
immosquare-cleaner-0.1.50 node_modules/babel-runtime/helpers/objectWithoutProperties.js
immosquare-cleaner-0.1.49 node_modules/babel-runtime/helpers/objectWithoutProperties.js
immosquare-cleaner-0.1.48 node_modules/babel-runtime/helpers/objectWithoutProperties.js
immosquare-cleaner-0.1.47 node_modules/babel-runtime/helpers/objectWithoutProperties.js
immosquare-cleaner-0.1.46 node_modules/babel-runtime/helpers/objectWithoutProperties.js
immosquare-cleaner-0.1.45 node_modules/babel-runtime/helpers/objectWithoutProperties.js
immosquare-cleaner-0.1.44 node_modules/babel-runtime/helpers/objectWithoutProperties.js
immosquare-cleaner-0.1.43 node_modules/babel-runtime/helpers/objectWithoutProperties.js
immosquare-cleaner-0.1.42 node_modules/babel-runtime/helpers/objectWithoutProperties.js
immosquare-cleaner-0.1.41 node_modules/babel-runtime/helpers/objectWithoutProperties.js