UNPKG

shell-ahk

Version:

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

6 lines (5 loc) 149 B
# @ts-check ###* @type import('./nth').Nth ### export default (list, n = 0) -> if n >= 0 then return list[n] else return list[list.Length() + n]