UNPKG

shell-ahk

Version:

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

8 lines (7 loc) 172 B
# @ts-check ###* @type import('./add').Add ### export default (args...) -> add_result = 0 for add_arg in args add_result = add_result + add_arg return add_result