Files
Botexercito/Frontend/angular-internal-chat/node_modules/@babel/runtime/helpers/nonIterableRest.js
T

4 lines
308 B
JavaScript
Raw Normal View History

2026-03-22 18:07:19 +00:00
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.");
}
module.exports = _nonIterableRest, module.exports.__esModule = true, module.exports["default"] = module.exports;