UNPKG

shell-ahk

Version:

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

10 lines (7 loc) 228 B
type Point = [number, number] export type Tip = <T extends string>(message: T, p?: Point | undefined) => T declare module './tip' { /** Shows a tooltip message at a specified point */ const tip: Tip export default tip }