astro-ghostcms/.pnpm-store/v3/files/99/ef5c215317567a4068a80bca9e8...

7 lines
404 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import arrayWithoutHoles from "./arrayWithoutHoles.js";
import iterableToArray from "./iterableToArray.js";
import unsupportedIterableToArray from "./unsupportedIterableToArray.js";
import nonIterableSpread from "./nonIterableSpread.js";
export default function _toConsumableArray(arr) {
return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread();
}