ohctechv3/.svn/pristine/f5/f5a95cdf07a6039f84b2cd0a85222fc0dd953002.svn-base

3 lines
207 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
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.");
}