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

3 lines
86 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
export default function _arrayWithHoles(arr) {
if (Array.isArray(arr)) return arr;
}