/
var
/
www
/
cobraambalaj
/
node_modules
/
@babel
/
runtime
/
helpers
/
objectWithoutPropertiesLoose
/
/var/www/cobraambalaj/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose
mkdir
upload
Name
Size
Mode
Actions
index.js
462
0644
edit
dl
rm
_index.mjs
350
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose/_index.mjs
(350B)
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; }
Save
cmd:
run