UNPKG

shell-ahk

Version:

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

12 lines (8 loc) 221 B
# @ts-check import delay_setTimeout from './setTimeout' ###* @type import('./delay').Delay ### export default (func, wait, args...) -> delay_timer = delay_setTimeout -> func args... , wait return delay_timer