UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 255 B
export type PreventDefaultKey = (key: string, isPrevented: boolean) => void declare module './preventDefaultKey' { /** Prevents or allows the default action for a key */ const preventDefaultKey: PreventDefaultKey export default preventDefaultKey }