summaryrefslogtreecommitdiff
path: root/school/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
blob: f7d8dc781419d04a594e5e98e87107680ae0f414 (plain)
1
2
3
4
import arrayLikeToArray from "./arrayLikeToArray.js";
export default function _arrayWithoutHoles(arr) {
  if (Array.isArray(arr)) return arrayLikeToArray(arr);
}