UNPKG

ember-intl

Version:

Internationalization for Ember projects

4 lines (3 loc) 271 B
import type { IntlShape } from '@formatjs/intl'; export type FormatDateRangeParameters = Parameters<IntlShape<string>['formatDateTimeRange']>; export declare function formatDateRange(intlShape: IntlShape, ...[from, to, formatOptions]: FormatDateRangeParameters): string;