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