Skip to content

Commit

Permalink
fix(typings): add home and end to specialChars enum (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
jKatt committed Mar 2, 2021
1 parent 090566c commit 481e764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ export enum specialChars {
escape = '{esc}',
delete = '{del}',
backspace = '{backspace}',
home = '{home}',
end = '{end}',
selectAll = '{selectall}',
space = '{space}',
whitespace = ' ',
Expand Down

0 comments on commit 481e764

Please sign in to comment.