• Capitalize words in a sentence

    Example

    capitalize("this is a sentence") // This Is A Sentence
    

    Parameters

    • sentence: string

    Returns string

Generated using TypeDoc