lecoffre-back/node_modules/@swc/helpers/lib/_non_iterable_spread.js
2023-02-17 11:06:01 +01:00

14 lines
410 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function() {
return _nonIterableSpread;
}
});
function _nonIterableSpread() {
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
}