@ironarachne/words
    Preparing search index...

    Function buildSentence

    • Combines an array of string parts into a sentence, fixing punctuation, capitalizing the first letter, and ensuring it ends in terminal punctuation.

      Parameters

      • parts: string[]

        Parts of the sentence.

      Returns string

      The formatted sentence.