Skip to content

Commit

Permalink
feat: add "+" to key type (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
amyspark-ng authored and lajbel committed Oct 6, 2024
1 parent d641ada commit 9033fc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3672,6 +3672,7 @@ export type Key =
| "9"
| "0"
| "-"
| "+"
| "="
| "q"
| "w"
Expand Down

0 comments on commit 9033fc7

Please sign in to comment.