• Joins array parts together in one or more strings based on the max size of the string

    Parameters

    • parts: any[]
    • limit: number
    • delimiter: string = ','

    Returns string[]