UNPKG

shell-ahk

Version:

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

10 lines (7 loc) 232 B
import type { Point } from './types' export type GetPosition = () => Point declare module './getPosition' { /** Returns the current position of the mouse cursor */ const getPosition: GetPosition export default getPosition }