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

3 lines
210 B
Plaintext

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