UNPKG

ember-intl

Version:

Internationalization for Ember projects

13 lines 492 B
import type { TranslationJson } from '../-private/utils/translations.ts'; /** * In addition to the `hooks` object, you must specify the locale * under which your tests make sense. * * You may pass a `translations` object to stub the translations. * * @param {object} hooks * @param {string} locale * @param {object} [translations] */ export declare function setupIntl(hooks: NestedHooks, locale: string, translations?: TranslationJson): void; //# sourceMappingURL=setup-intl.d.ts.map