source: frontend/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 423 bytes
Line 
1import arrayWithoutHoles from "./arrayWithoutHoles.js";
2import iterableToArray from "./iterableToArray.js";
3import unsupportedIterableToArray from "./unsupportedIterableToArray.js";
4import nonIterableSpread from "./nonIterableSpread.js";
5function _toConsumableArray(r) {
6 return arrayWithoutHoles(r) || iterableToArray(r) || unsupportedIterableToArray(r) || nonIterableSpread();
7}
8export { _toConsumableArray as default };
Note: See TracBrowser for help on using the repository browser.