mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 13:59:30 +08:00
11 lines
No EOL
220 B
Text
11 lines
No EOL
220 B
Text
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
|
|
exports.default = function (coll) {
|
|
return coll[Symbol.iterator] && coll[Symbol.iterator]();
|
|
};
|
|
|
|
module.exports = exports["default"]; |