Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/node_modules/@babel/runtime/helpers/esm/
Upload File :
Current File : /home/emeraadmin/www/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js

function _objectWithoutPropertiesLoose(r, e) {
  if (null == r) return {};
  var t = {};
  for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
    if (e.indexOf(n) >= 0) continue;
    t[n] = r[n];
  }
  return t;
}
export { _objectWithoutPropertiesLoose as default };