mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-16 09:09:04 +00:00
update
This commit is contained in:
12
node_modules/rxjs/util/ObjectUnsubscribedError.d.ts
generated
vendored
Normal file
12
node_modules/rxjs/util/ObjectUnsubscribedError.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* An error thrown when an action is invalid because the object has been
|
||||
* unsubscribed.
|
||||
*
|
||||
* @see {@link Subject}
|
||||
* @see {@link BehaviorSubject}
|
||||
*
|
||||
* @class ObjectUnsubscribedError
|
||||
*/
|
||||
export declare class ObjectUnsubscribedError extends Error {
|
||||
constructor();
|
||||
}
|
||||
Reference in New Issue
Block a user