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

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • 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.