UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

8 lines • 423 B
import arrayWithoutHoles from "./arrayWithoutHoles.js"; import iterableToArray from "./iterableToArray.js"; import unsupportedIterableToArray from "./unsupportedIterableToArray.js"; import nonIterableSpread from "./nonIterableSpread.js"; function _toConsumableArray(r) { return arrayWithoutHoles(r) || iterableToArray(r) || unsupportedIterableToArray(r) || nonIterableSpread(); } export { _toConsumableArray as default };