UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 197 B
export type ClearTimeout = (timer: number) => void declare module './clearTimeout' { /** Clears a timer set by `setTimeout` */ const clearTimeout: ClearTimeout export default clearTimeout }