29d07ee5d60ec0a6c976ddf1354b61295d90882dd745211a1132d8ae48e70e6adb8bc6f48fadbedfc91cf3a2d5c5c63f09184ac7d319d628613def16e62953 477 B

12345678910111213
  1. import objectWithoutPropertiesLoose from "./objectWithoutPropertiesLoose.js";
  2. function _objectWithoutProperties(e, t) {
  3. if (null == e) return {};
  4. var o,
  5. r,
  6. i = objectWithoutPropertiesLoose(e, t);
  7. if (Object.getOwnPropertySymbols) {
  8. var n = Object.getOwnPropertySymbols(e);
  9. for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
  10. }
  11. return i;
  12. }
  13. export { _objectWithoutProperties as default };