Sign in
chromium
/
devtools
/
devtools-frontend
/
0a3621c
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
arrayWithHoles.js
blob: be734fc38621e44fc547619a85ee1fba97d01fae [
file
]
export
default
function
_arrayWithHoles
(
arr
)
{
if
(
Array
.
isArray
(
arr
))
return
arr
;
}