3eadd24d00807720104b712468a48acc33879cf2
[yaffs-website] / node_modules / uncss / node_modules / form-data / node_modules / async / internal / getIterator.js
1 'use strict';
2
3 Object.defineProperty(exports, "__esModule", {
4     value: true
5 });
6
7 exports.default = function (coll) {
8     return iteratorSymbol && coll[iteratorSymbol] && coll[iteratorSymbol]();
9 };
10
11 var iteratorSymbol = typeof Symbol === 'function' && Symbol.iterator;
12
13 module.exports = exports['default'];