UNPKG

shell-ahk

Version:

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

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