UNPKG

shell-ahk

Version:

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

10 lines (8 loc) 266 B
export type Press = (...key: string[]) => void export type Press1 = (listInput: string[]) => string[] export type Press2 = (listInput: string[]) => boolean declare module './press' { /** Simulates key press events */ const press: Press export default press }