UNPKG

@omneedia/socketcluster

Version:

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

6 lines (5 loc) 256 B
/** PURE_IMPORTS_START ._root,._MapPolyfill PURE_IMPORTS_END */ import { root } from './root'; import { MapPolyfill } from './MapPolyfill'; export var Map = root.Map || /*@__PURE__*/ (function () { return MapPolyfill; })(); //# sourceMappingURL=Map.js.map