Sign in
chromium
/
devtools
/
devtools-frontend
/
ec00a13ce62ddc9f5697a4e4d30dfcafaacd9fc2
/
.
/
node_modules
/
@babel
/
runtime-corejs3
/
helpers
/
arrayWithHoles.js
blob: 74a3f06e356abfeb33c8d0b17b372ac347a26e19 [
file
]
var
_Array$isArray
=
require
(
"@babel/runtime-corejs3/core-js/array/is-array"
);
function
_arrayWithHoles
(
arr
)
{
if
(
_Array$isArray
(
arr
))
return
arr
;
}
module
.
exports
=
_arrayWithHoles
;