UNPKG

shell-ahk

Version:

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

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