Sha256: f730d64ad3b434115385a506503634a7e4c2ad4870bffff6af09824b04373e84

Contents?: true

Size: 350 Bytes

Versions: 82

Compression:

Stored size: 350 Bytes

Contents

export default 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;
}

Version data entries

82 entries across 81 versions & 12 rubygems

Version Path
tang-0.1.0 spec/tang_app/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
tang-0.0.9 spec/tang_app/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
trusty-cms-4.1.6 node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
trusty-cms-4.1.5 node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
enju_library-0.3.8 spec/dummy/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
condenser-0.3 lib/condenser/processors/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
condenser-0.2 lib/condenser/processors/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
condenser-0.1 lib/condenser/processors/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
condenser-0.0.12 lib/condenser/processors/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
condenser-0.0.11 lib/condenser/processors/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
condenser-0.0.10 lib/condenser/processors/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
condenser-0.0.9 lib/condenser/processors/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
condenser-0.0.8 lib/condenser/processors/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
jester-data-8.0.0 node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
ezii-os-5.2.1 node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
ezii-os-2.0.1 node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
ezii-os-1.1.0 node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
ezii-os-1.0.0 node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
condenser-0.0.7 lib/condenser/processors/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
ezii-os-0.0.0.1.0 node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js