Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
nonIterableRest.js
blob: 9050250b17b66776e878af3c200adafd52101a0e [
file
] [
log
] [
blame
]
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."
);
}
export
{
_nonIterableRest as
default
};