management/front/dkha-web-sz-main/node_modules/@babel/runtime/helpers/iterableToArray.js

5 lines
200 B
JavaScript
Raw Normal View History

2023-12-18 13:12:25 +08:00
function _iterableToArray(iter) {
if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === "[object Arguments]") return Array.from(iter);
}
module.exports = _iterableToArray;