• The punctuateSeries helper formats a list of strings (e.g. names) to read fluently in the application's locale.

    punctuateSeries(['Toby', 'Franz', 'Dominion']) // Toby, Franz, and Dominion
    

    Returns

    ')}

    Parameters

    • items: Children[]

    Returns Children

Generated using TypeDoc v0.23.24