Files
fte-Homepage/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
root 06acaecee1 .
2023-07-30 22:05:51 +02:00

3 lines
86 B
JavaScript

export default function _arrayWithHoles(arr) {
if (Array.isArray(arr)) return arr;
}