Sha256: bff7b544771b2ed59afe755fc4edd8b0564a41f47f7716fb77559b66a11581cc
Contents?: true
Size: 307 Bytes
Versions: 49
Compression:
Stored size: 307 Bytes
Contents
'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'];
Version data entries
49 entries across 47 versions & 12 rubygems