Skip to content

Commit

Permalink
chore: lint auto-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Nov 26, 2024
1 parent a9c5467 commit 377b4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/util/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ declare class _TypedEventEmitter<T> {
waitFor(event: keyof T | eventNS, options?: WaitForOptions): CancelablePromise<any[]>
listenTo(target: GeneralEventEmitter, events: keyof T | eventNS, options?: ListenToOptions): this
listenTo(target: GeneralEventEmitter, events: keyof T[], options?: ListenToOptions): this
listenTo(target: GeneralEventEmitter, events: Object, options?: ListenToOptions): this
listenTo(target: GeneralEventEmitter, events: object, options?: ListenToOptions): this
stopListeningTo(target?: GeneralEventEmitter, event?: keyof T | eventNS): boolean
hasListeners(event?: string): boolean
static once<T extends object = any>(
Expand Down

0 comments on commit 377b4a4

Please sign in to comment.