Skip to content

Commit

Permalink
add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Mar 13, 2024
1 parent 9c83bb7 commit c467ee4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions parser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,3 +355,8 @@ type _Tests = [
>
>,
]

declare function delegate<
Selector extends string,
TElement extends Element = ParseSelector<Selector, HTMLElement>,
>(selector: Selector): void

0 comments on commit c467ee4

Please sign in to comment.