UNPKG

ember-intl

Version:

Internationalization for Ember projects

4 lines (3 loc) 252 B
import type { IntlShape } from '@formatjs/intl'; export type FormatNumberParameters = Parameters<IntlShape<string>['formatNumber']>; export declare function formatNumber(intlShape: IntlShape, ...[value, formatOptions]: FormatNumberParameters): string;