UNPKG

recoder-code

Version:

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

8 lines • 424 B
import arrayWithHoles from "./arrayWithHoles.js"; import iterableToArrayLimit from "./iterableToArrayLimit.js"; import unsupportedIterableToArray from "./unsupportedIterableToArray.js"; import nonIterableRest from "./nonIterableRest.js"; function _slicedToArray(r, e) { return arrayWithHoles(r) || iterableToArrayLimit(r, e) || unsupportedIterableToArray(r, e) || nonIterableRest(); } export { _slicedToArray as default };