UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 186 B
export type Compact = <T>(list: T[]) => T[] declare module './compact' { /** Creates a new array with all falsey values removed */ const compact: Compact export default compact }