UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 171 B
export type Click = (key?: string) => void declare module './click' { /** Simulates a mouse click on the specified key */ const click: Click export default click }