Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / util / ObjectUnsubscribedError.d.ts
1 export interface ObjectUnsubscribedError extends Error {
2 }
3 export interface ObjectUnsubscribedErrorCtor {
4     new (): ObjectUnsubscribedError;
5 }
6 /**
7  * An error thrown when an action is invalid because the object has been
8  * unsubscribed.
9  *
10  * @see {@link Subject}
11  * @see {@link BehaviorSubject}
12  *
13  * @class ObjectUnsubscribedError
14  */
15 export declare const ObjectUnsubscribedError: ObjectUnsubscribedErrorCtor;