UNPKG

shell-ahk

Version:

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

16 lines (12 loc) 392 B
# @ts-check import $getPosition from './getPosition' import $noop from './noop' import $toString from './toString' ###* @type import('../type/module').Tip ### export default (message, p = undefined) -> unless message then return message unless p then p = $getPosition() $msg = $toString message $noop $msg Native 'ToolTip, % $msg, % p[1], % p[2]' return message