UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 167 B
export type ToLower = (ipt: string) => string declare module './toLower' { /** Converts string to lower case */ const toLower: ToLower export default toLower }