Files
decode-mini-app-new/wx214944c362629fc7/@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;