UNPKG

shell-ahk

Version:

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

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