Sign in
chromium
/
devtools
/
devtools-frontend
/
0a3621c
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
iterableToArray.js
blob: 6cd6ae353c374a33a6f17dc4694cf2ea92ae5bd5 [
file
]
export
default
function
_iterableToArray
(
iter
)
{
if
(
typeof
Symbol
!==
"undefined"
&&
Symbol
.
iterator in
Object
(
iter
))
return
Array
.
from
(
iter
);
}