UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 156 B
export type On = (key: string, callback: Function) => void declare module './on' { /** Binds a key event handler */ const on: On export default on }