UNPKG

shell-ahk

Version:

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

12 lines (8 loc) 225 B
# @ts-check import $setTimeout from './setTimeout' ###* @type import('../type/module').Delay ### export default ($func, $wait, $args...) -> $timer = $setTimeout -> $func $args... , $wait return $timer