ember-intl
Version:
Internationalization for Ember projects
4 lines • 332 B
TypeScript
import type { IntlShape } from '@formatjs/intl';
export type FormatRelativeTimeParameters = Parameters<IntlShape<string>['formatRelativeTime']>;
export declare function formatRelativeTime(intlShape: IntlShape, ...[value, unit, formatOptions]: FormatRelativeTimeParameters): string;
//# sourceMappingURL=format-relative-time.d.ts.map