UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 184 B
export type IsObject = (ipt: unknown) => ipt is object declare module './isObject' { /** Checks if the input is an object. */ const isObject: IsObject export default isObject }