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

6 lines
308 B
Plaintext

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