Files
Botexercito/Frontend/angular-internal-chat/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
T
2026-03-22 18:07:19 +00:00

4 lines
235 B
JavaScript

function _nonIterableRest() {
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
}
export { _nonIterableRest as default };