UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 160 B
export type Tail = <T>(list: T[]) => T[] declare module './tail' { /** Gets all but the first element of array */ const tail: Tail export default tail }