UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 178 B
export type Shuffle = (list: string[]) => string[] declare module './shuffle' { /** Creates an array of shuffled values */ const shuffle: Shuffle export default shuffle }