aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/runtime/helpers/arrayWithHoles.js
blob: 5a62a8ce4b132e3ea127b0655e8d0e73a9d98376 (plain)
1
2
3
4
5
function _arrayWithHoles(arr) {
  if (Array.isArray(arr)) return arr;
}

module.exports = _arrayWithHoles;