Interface Subscription<T>

interface Subscription<T> {
    close(): void;
    off(type, cb): void;
    off(type, cb): void;
    off(type, cb): void;
    on(type, cb): void;
    on(type, cb): void;
    on(type, cb): void;
}

Type Parameters

  • T

Implemented by

Methods

Methods

Generated using TypeDoc