UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 217 B
export type Trim = (ipt: string, omitting?: string) => string declare module './trim' { /** Trims whitespace or specified characters from the start and end of a string */ const trim: Trim export default trim }