Sha256: db0a11ed2077c1e74b81badd76c8942655434f44386f3f2af0d82de34888cf29
Contents?: true
Size: 759 Bytes
Versions: 1
Compression:
Stored size: 759 Bytes
Contents
var _Object$getOwnPropertySymbols = require("../core-js/object/get-own-property-symbols"); var objectWithoutPropertiesLoose = require("./objectWithoutPropertiesLoose"); function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = objectWithoutPropertiesLoose(source, excluded); var key, i; if (_Object$getOwnPropertySymbols) { var sourceSymbolKeys = _Object$getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } module.exports = _objectWithoutProperties;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
condenser-0.0.5 | lib/condenser/processors/node_modules/@babel/runtime-corejs2/helpers/objectWithoutProperties.js |