bpms_site/.svn/pristine/80/80231e8c2ab8508aa6e548e44f3cd896c72bf8ba.svn-base
2025-11-02 16:38:49 +03:30

5 lines
242 B
Plaintext

export function _non_iterable_spread() {
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
}
export { _non_iterable_spread as _ };