UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 183 B
export type IsString = (ipt: unknown) => ipt is string declare module './isString' { /** Checks if the input is a string. */ const isString: IsString export default isString }