index
:
pluralconnect
mane
Plural Connect - Formerly Ponycule, a central hub for interconnecting services with PluralKit
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
school
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
arrayWithHoles.js
blob: be734fc38621e44fc547619a85ee1fba97d01fae (
plain
)
1
2
3
export
default
function
_arrayWithHoles
(
arr
)
{
if
(
Array
.
isArray
(
arr
))
return
arr
;
}