UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 219 B
export type Concat = <T>(list: T[], ...values: (T | T[])[]) => T[] declare module './concat' { /** Creates a new array concatenating the given arrays and/or values */ const concat: Concat export default concat }