mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-06-30 07:24:30 +08:00
11 lines
220 B
JavaScript
11 lines
220 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"]; |