UNPKG

@omneedia/socketcluster

Version:

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

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