UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 227 B
export type StartsWith = (haystack: string, needle: string) => boolean declare module './startsWith' { /** Checks if string starts with the given target string */ const startsWith: StartsWith export default startsWith }