in packages/palette-react-intl/palette.tsx [265:270]
function UseIntlFormatListProto() { const intl = useIntl(); const formattedList = intl.formatList(["Me", "myself", "I"], { type: "conjunction", }); }