UNPKG

shell-ahk

Version:

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

12 lines (8 loc) 288 B
# @ts-check import $length from './length' ###* @type import('../type/module').Bind ### export default (callback, args...) -> unless callback.Name unless $length args then return callback throw '$.bind: cannot bind a bound function' return callback.Bind args...