UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 131 B
export type Exit = () => void declare module './exit' { /** Exits the application */ const exit: Exit export default exit }