UNPKG

shell-ahk

Version:

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

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