UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 134 B
export type Beep = () => void declare module './beep' { /** Plays a short beep sound */ const beep: Beep export default beep }