UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 202 B
export type Take = <T>(list: T[], count?: number) => T[] declare module './take' { /** Creates a slice of array with n elements taken from the beginning */ const take: Take export default take }