ember-intl
Version:
Internationalization for Ember projects
4 lines • 302 B
TypeScript
import type { IntlShape } from '@formatjs/intl';
export type FormatMessageParameters = Parameters<IntlShape<string>['formatMessage']>;
export declare function formatMessage(intlShape: IntlShape, ...[descriptor, parameters]: FormatMessageParameters): string;
//# sourceMappingURL=format-message.d.ts.map