/var/www/cobraambalaj/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose
NameSizeModeActions
index.js4620644editdlrm
_index.mjs3500644editdlrm
Edit: /var/www/cobraambalaj/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose/index.js (462B)
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; module.exports["default"] = module.exports, module.exports.__esModule = true;