UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 215 B
export type Includes = (ipt: string | unknown[], needle: unknown) => boolean declare module './includes' { /** Checks if a value is in the list or string */ const includes: Includes export default includes }