UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 190 B
export type Chunk = <T>(list: T[], size?: number) => T[][] declare module './chunk' { /** Splits an array into chunks of a specified size */ const chunk: Chunk export default chunk }