astro-ghostcms/.pnpm-store/v3/files/88/f8d97807f5812c68365e9a78072...

3 lines
175 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
export default function _iterableToArray(iter) {
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
}