Skip to content

Commit

Permalink
refactor: adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Mar 19, 2024
1 parent 09481f4 commit 65d3d66
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions types/dispatcher.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,7 @@ declare class Dispatcher extends EventEmitter {
}

declare namespace Dispatcher {
export interface ComposedDispatcher extends Dispatcher {
close: Dispatcher['close'];
destroy: Dispatcher['destroy'];
dispatch: Dispatcher['dispatch'];
}
export interface ComposedDispatcher extends Dispatcher {}
export type DispatcherInterceptor = (dispatch: Dispatcher['dispatch']) => Dispatcher['dispatch'];
export interface DispatchOptions {
origin?: string | URL;
Expand Down

0 comments on commit 65d3d66

Please sign in to comment.