Sign in
chromium
/
devtools
/
devtools-frontend
/
0a3621c
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
arrayWithHoles.js
blob: 5a62a8ce4b132e3ea127b0655e8d0e73a9d98376 [
file
]
function
_arrayWithHoles
(
arr
)
{
if
(
Array
.
isArray
(
arr
))
return
arr
;
}
module
.
exports
=
_arrayWithHoles
;