Interface ResolvedListFormatOptions

interface ResolvedListFormatOptions {
    locale: string;
    style: ListFormatStyle;
    type: ListFormatType;
}

Properties

Properties

locale: string