Skip to content

pantoken / renderers/web-components/src / formatList

함수: formatList()

formatList(locale, items, options?): string

알파

로케일에 종속된 목록 포매터(예: 영어에서는 "a, b, and c"와 같이, 다른 언어들에서는 올바른 연결사를 사용함).

매개변수

locale

string

items

readonly string[]

options?

ListFormatOptions

반환값

string