docs(core): mark EventEmitter#__isAsync
as internal to hide from API docs (#31378)
The `__isAsync` property is not part of the public API and should not appear in the API docs. PR Close #31378
This commit is contained in:
1
tools/public_api_guard/core/core.d.ts
vendored
1
tools/public_api_guard/core/core.d.ts
vendored
@ -326,7 +326,6 @@ export declare class ErrorHandler {
|
||||
}
|
||||
|
||||
export declare class EventEmitter<T extends any> extends Subject<T> {
|
||||
__isAsync: boolean;
|
||||
constructor(isAsync?: boolean);
|
||||
emit(value?: T): void;
|
||||
subscribe(generatorOrNext?: any, error?: any, complete?: any): Subscription;
|
||||
|
Reference in New Issue
Block a user