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