UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 192 B
export type IsFunction = (ipt: unknown) => ipt is Function declare module './isFunction' { /** Checks if value is a function */ const isFunction: IsFunction export default isFunction }