bpms_site/.svn/pristine/73/73f77345af9ae96f3f67d993a8f9cb17765daac8.svn-base
2025-11-02 16:38:49 +03:30

6 lines
309 B
Plaintext

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["default"] = module.exports, module.exports.__esModule = true;