Newer
Older
framework / node_modules / @babel / runtime / helpers / esm / arrayWithHoles.js
export default function _arrayWithHoles(arr) {
  if (Array.isArray(arr)) return arr;
}