UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 203 B
export type Slice = <T>(list: T[], start?: number, end?: number) => T[] declare module './slice' { /** Returns a shallow copy of a portion of an array */ const slice: Slice export default slice }