UNPKG

@omneedia/socketcluster

Version:

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

7 lines (6 loc) 168 B
import { from as staticFrom } from '../../observable/from'; declare module '../../Observable' { namespace Observable { let from: typeof staticFrom; } }