UNPKG

shell-ahk

Version:

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

10 lines (7 loc) 241 B
import type { KeyBindingShell } from './keyBindingShell' export type KeyBinding = KeyBindingShell declare module './keyBinding' { /** Global key binding shell instance */ const keyBinding: KeyBindingShell export default keyBinding }