UNPKG

ember-intl

Version:

Internationalization for Ember projects

4 lines (3 loc) 258 B
import type { IntlShape } from '@formatjs/intl'; export type FormatMessageParameters = Parameters<IntlShape<string>['formatMessage']>; export declare function formatMessage(intlShape: IntlShape, ...[descriptor, parameters]: FormatMessageParameters): string;