UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 145 B
export type Play = (filename: string) => void declare module './play' { /** Plays an audio file */ const play: Play export default play }