UNPKG

shell-ahk

Version:

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

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