UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 183 B
export type Sort = (list: string[]) => string[] declare module './sort' { /** Creates an array of elements, sorted in ascending order */ const sort: Sort export default sort }