Subscription mimics Subscription from ECMAScript TC39 Observable proposal

interface Subscription {
    closed: boolean;
    unsubscribe(): void;
}

Properties

Methods

Properties

closed: boolean

Methods

MMNEPVFCICPMFPCPTTAAATR