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

3 lines
207 B
Plaintext

export default 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.");
}