UNPKG

286 BJavaScriptView Raw
1import arrayWithoutHoles from "./arrayWithoutHoles";
2import iterableToArray from "./iterableToArray";
3import nonIterableSpread from "./nonIterableSpread";
4export default function _toConsumableArray(arr) {
5 return arrayWithoutHoles(arr) || iterableToArray(arr) || nonIterableSpread();
6}
\No newline at end of file