astro-ghostcms/.pnpm-store/v3/files/c2/8a86d52932181876c7019c76f5b...

3 lines
86 B
Plaintext

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