UNPKG

shell-ahk

Version:

`Lodash`/`jQuery` for `AHK`.

8 lines (6 loc) 196 B
export type IsPressing = (key: string) => boolean declare module './isPressing' { /** Checks if a key is currently being pressed */ const isPressing: IsPressing export default isPressing }