UNPKG

@omneedia/socketcluster

Version:

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

9 lines (8 loc) 230 B
/** * An error thrown when one or more errors have occurred during the * `unsubscribe` of a {@link Subscription}. */ export declare class UnsubscriptionError extends Error { errors: any[]; constructor(errors: any[]); }