UNPKG

307 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6
7exports.default = function (coll) {
8 return iteratorSymbol && coll[iteratorSymbol] && coll[iteratorSymbol]();
9};
10
11var iteratorSymbol = typeof Symbol === 'function' && Symbol.iterator;
12
13module.exports = exports['default'];
\No newline at end of file