UNPKG

@omneedia/socketcluster

Version:

SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.

13 lines (9 loc) 307 B
'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'];