UNPKG

shell-ahk

Version:

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

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