UNPKG

shell-ahk

Version:

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

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