summaryrefslogtreecommitdiff
path: root/school/node_modules/@babel/runtime/helpers/arrayWithHoles.js
blob: ad0cc6b9423cffa8b6e9c182fc2eb2e4a85a2240 (plain)
1
2
3
4
function _arrayWithHoles(arr) {
  if (Array.isArray(arr)) return arr;
}
module.exports = _arrayWithHoles, module.exports.__esModule = true, module.exports["default"] = module.exports;