UNPKG

@omneedia/socketcluster

Version:

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

7 lines (6 loc) 189 B
import { publishBehavior } from '../../operator/publishBehavior'; declare module '../../Observable' { interface Observable<T> { publishBehavior: typeof publishBehavior; } }