Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
MR414N-ID
Edit Copy
Star
GitHub Repository:
MR414N-ID/botku2
Path:
blob/master/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
1
1
2
6
views
1
export
default
function
_arrayWithHoles
(
arr
)
{
2
if
(
Array
.
isArray
(
arr
)
)
return
arr
;
3
}
4