UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 159 B
export type Nth = <T>(list: T[], n?: number) => T declare module './nth' { /** Returns the nth element of a list */ const nth: Nth export default nth }