The punctuateSeries helper formats a list of strings (e.g. names) to read fluently in the application's locale.
punctuateSeries
punctuateSeries(['Toby', 'Franz', 'Dominion']) // Toby, Franz, and Dominion Copy
punctuateSeries(['Toby', 'Franz', 'Dominion']) // Toby, Franz, and Dominion
')}
Generated using TypeDoc v0.24.8
The
punctuateSeries
helper formats a list of strings (e.g. names) to read fluently in the application's locale.