UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 198 B
export type HttpGet = (url: string, callback: (data: string) => unknown) => void declare module './httpGet' { /** Makes an HTTP GET request */ const httpGet: HttpGet export default httpGet }