Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Jul 18, 2024
1 parent 28519fe commit 573bd64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ interface EventRegistry {
outside: {
[key: string]: EventHandler;
};
// deno-lint-ignore ban-types
[key: string]: EventHandler | {};
(
selector: string | AddEventListenerOptions,
Expand Down

0 comments on commit 573bd64

Please sign in to comment.