Files
decode-mini-app-new/wx05cb767e6530b48f/@babel/runtime/helpers/iterableToArray.js
2024-08-22 12:53:28 +08:00

5 lines
160 B
JavaScript

function _iterableToArray(r) {
if ("undefined" != typeof Symbol && Symbol.iterator in Object(r)) return Array.from(r);
}
module.exports = _iterableToArray;