UNPKG

shell-ahk

Version:

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

14 lines (11 loc) 308 B
# @ts-check import $noop from './noop' ###* @type import('../type/module').Confirm ### export default (text, callback) -> $noop text, callback Native 'MsgBox, 0x4,, % text' Native 'IfMsgBox Yes' Native ' callback.Call(true)' Native 'else' Native ' callback.Call(false)' return