Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
arrayWithHoles.js
blob: 99fa715408e037f9d406c0a8329c88537b96dcd5 [
file
] [
log
] [
blame
]
function
_arrayWithHoles
(
r
)
{
if
(
Array
.
isArray
(
r
))
return
r
;
}
export
{
_arrayWithHoles as
default
};