UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 187 B
export type BlockInput = (isBlocked: boolean) => void declare module './blockInput' { /** Blocks or unblocks user input */ const blockInput: BlockInput export default blockInput }