summaryrefslogtreecommitdiff
path: root/alarm/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;
}