UNPKG

ember-intl

Version:

Internationalization for Ember projects

4 lines (3 loc) 244 B
import type { IntlShape } from '@formatjs/intl'; export type FormatListParameters = Parameters<IntlShape<string>['formatList']>; export declare function formatList(intlShape: IntlShape, ...[value, formatOptions]: FormatListParameters): string;