UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 167 B
export type Lt = <T = number>(value: T, other: T) => boolean declare module './lt' { /** Checks if value is less than other */ const lt: Lt export default lt }