UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 143 B
export type Off = (key: string) => void declare module './off' { /** Unbinds a key event handler */ const off: Off export default off }