UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 229 B
export type TrimStart = (ipt: string, omitting?: string) => string declare module './trimStart' { /** Removes leading whitespace or specified characters from string */ const trimStart: TrimStart export default trimStart }