Sign in
chromium
/
devtools
/
devtools-frontend
/
0a3621c
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
nonIterableSpread.js
blob: 65457a224b135dd8dd8573ffe9d2287771e2f052 [
file
]
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."
);
}
module
.
exports
=
_nonIterableSpread
;