Newer
Older
alert / js / node_modules / @babel / runtime / helpers / esm / arrayWithHoles.js
@Réz István Réz István on 18 Nov 2021 86 bytes first commit
export default function _arrayWithHoles(arr) {
  if (Array.isArray(arr)) return arr;
}