Type Alias ReplacerType

ReplacerType:
    | (value: string, path?: string) => string
    | StringNodeRule[]
    | StringNodeProcessor