UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 198 B
# @ts-check import $length from './length' ###* @type import('../type/module').Nth ### export default (list, n = 0) -> if n >= 0 then return list[n] else return list[($length list) + n]