UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 189 B
export type ToString = (ipt: unknown) => string declare module './toString' { /** Converts any value to a string representation */ const toString: ToString export default toString }