chunk-KBUAZBQ3.js 522 B

1234567891011121314151617181920
  1. // node_modules/@babel/runtime/helpers/esm/extends.js
  2. function _extends() {
  3. _extends = Object.assign ? Object.assign.bind() : function(target) {
  4. for (var i = 1; i < arguments.length; i++) {
  5. var source = arguments[i];
  6. for (var key in source) {
  7. if (Object.prototype.hasOwnProperty.call(source, key)) {
  8. target[key] = source[key];
  9. }
  10. }
  11. }
  12. return target;
  13. };
  14. return _extends.apply(this, arguments);
  15. }
  16. export {
  17. _extends
  18. };
  19. //# sourceMappingURL=chunk-KBUAZBQ3.js.map