UNPKG

shell-ahk

Version:

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

13 lines (11 loc) 281 B
export type Replace = ( original: string, searchment: string, replacement: string, count?: number, ) => string declare module './replace' { /** Replaces occurrences of a substring in a string with another substring */ const replace: Replace export default replace }