UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 175 B
export type Shift = <T>(list: T[]) => T declare module './shift' { /** Removes and returns the first element from an array */ const shift: Shift export default shift }