UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 172 B
export type Uniq = (list: string[]) => string[] declare module './uniq' { /** Creates a duplicate-free version of an array */ const uniq: Uniq export default uniq }