mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 05:55:03 +08:00
11 lines
217 B
JavaScript
11 lines
217 B
JavaScript
|
|
"use strict";
|
||
|
|
|
||
|
|
Object.defineProperty(exports, "__esModule", {
|
||
|
|
value: true
|
||
|
|
});
|
||
|
|
|
||
|
|
exports.default = function (coll) {
|
||
|
|
return coll[Symbol.iterator] && coll[Symbol.iterator]();
|
||
|
|
};
|
||
|
|
|
||
|
|
module.exports = exports.default;
|