UNPKG

shell-ahk

Version:

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

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