UNPKG

ember-intl

Version:

Internationalization for Ember projects

4 lines 285 B
import type { IntlShape } from '@formatjs/intl'; export type FormatDateParameters = Parameters<IntlShape<string>['formatDate']>; export declare function formatDate(intlShape: IntlShape, ...[value, formatOptions]: FormatDateParameters): string; //# sourceMappingURL=format-date.d.ts.map