UNPKG

@omneedia/socketcluster

Version:

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

3 lines (2 loc) 118 B
import { OperatorFunction } from '../interfaces'; export declare function isEmpty<T>(): OperatorFunction<T, boolean>;