UNPKG

ember-intl

Version:

Internationalization for Ember projects

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