mirror of
https://git.mirrors.martin98.com/https://github.com/cyberman54/curl
synced 2025-08-23 06:39:05 +08:00
5 lines
274 B
JavaScript
5 lines
274 B
JavaScript
function _iterableToArray(iter) {
|
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
|
}
|
|
|
|
module.exports = _iterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; |