Skip to content

pantoken / renderers/web-components/src / formatList

Function: formatList()

formatList(locale, items, options?): string

Alpha

A locale-bound list formatter (e.g. "a, b, and c" in English, with correct conjunctions elsewhere).

Parameters

locale

string

items

readonly string[]

options?

ListFormatOptions

Returns

string