mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 06:49:15 +01:00
13 lines
307 B
JavaScript
Vendored
13 lines
307 B
JavaScript
Vendored
'use strict';
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
|
|
exports.default = function (coll) {
|
|
return iteratorSymbol && coll[iteratorSymbol] && coll[iteratorSymbol]();
|
|
};
|
|
|
|
var iteratorSymbol = typeof Symbol === 'function' && Symbol.iterator;
|
|
|
|
module.exports = exports['default']; |