Urara-Blog/node_modules/.pnpm-store/v3/files/99/ef5c215317567a4068a80bca9e83c03fb537d383adc7b3c27decb90b412cfa4db5d4216d003c381127f0497cb3eba8342a5abf9290dbbadae14e206260b91a
2022-08-14 01:14:53 +08:00

7 lines
No EOL
404 B
Text

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();
}