864e25fe24303fe8af40df3003bc678f215da6c74d7358598b0a7cfe70c5f5375c234ed4426c7bffb108aa25137aefbc3a2355c432d892407f1865d181dbec 270 B

12345678910
  1. function _objectWithoutPropertiesLoose(r, e) {
  2. if (null == r) return {};
  3. var t = {};
  4. for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
  5. if (-1 !== e.indexOf(n)) continue;
  6. t[n] = r[n];
  7. }
  8. return t;
  9. }
  10. export { _objectWithoutPropertiesLoose as default };