jaywcjlove / hotkeys-js

➷ A robust Javascript library for capturing keyboard input. It has no dependencies.
https://jaywcjlove.github.io/hotkeys-js
MIT License
6.61k stars 406 forks source link

Type declaration file does not declare getPressedKeyString #399

Open killergerbah opened 1 year ago

killergerbah commented 1 year ago

The type declaration file does not declare getPressedKeyString. Currently, I cannot use the function without a @ts-ignore comment.