bpms_site/.svn/pristine/28/2821652ecc5701850fe5c3a4f7143ed293ffc09f.svn-base
2025-11-02 16:38:49 +03:30

5 lines
243 B
Plaintext

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