export default function appendCharacterIfItDoesNotPresentInLastPosition(compoundParameter: Readonly<{ targetString: string; trailingCharacter: string; }>): string;