UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 184 B
export type Lte = <T = number>(value: T, other: T) => boolean declare module './lte' { /** Checks if value is less than or equal to other */ const lte: Lte export default lte }