• Parameters

    • arr: string[]

    Returns string

    Example

    toHTMLParagraphs(["somebody", "once", "told", "me"]) === "<p>somebody</p><p>once</p><p>told</p><p>me</p>"
    

Generated using TypeDoc