UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 168 B
export type Alert = (message: unknown) => void declare module './alert' { /** Displays a message in an alert dialog */ const alert: Alert export default alert }