Sha256: 19dd43a3e4e62bacc7f33db1e3cdac3c6292313c0ed182187d99d064215297a6

Contents?: true

Size: 384 Bytes

Versions: 48

Compression:

Stored size: 384 Bytes

Contents

function _objectWithoutPropertiesLoose(source, excluded) {
  if (source == null) return {};
  var target = {};
  var sourceKeys = Object.keys(source);
  var key, i;

  for (i = 0; i < sourceKeys.length; i++) {
    key = sourceKeys[i];
    if (excluded.indexOf(key) >= 0) continue;
    target[key] = source[key];
  }

  return target;
}

module.exports = _objectWithoutPropertiesLoose;

Version data entries

48 entries across 48 versions & 8 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
disco_app-0.18.0 test/dummy/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
disco_app-0.18.2 test/dummy/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
trusty-cms-5.0.7 node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
trusty-cms-5.0.6 node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
trusty-cms-5.0.5 node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
trusty-cms-5.0.4 node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
trusty-cms-5.0.3 node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
trusty-cms-5.0.2 node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
trusty-cms-5.0.1 node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
trusty-cms-4.3.5 node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
trusty-cms-5.0.0 node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
trusty-cms-4.3.4 node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
trusty-cms-4.3.3 node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
trusty-cms-4.3.2 node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
trusty-cms-4.3.1 node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
trusty-cms-4.3 node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
trusty-cms-4.2.3 node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
tang-0.2.1 spec/tang_app/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
trusty-cms-4.2.2 node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js