UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 181 B
export type IsArray = (ipt: unknown) => ipt is unknown[] declare module './isArray' { /** Checks if the input is an array. */ const isArray: IsArray export default isArray }