UNPKG

ember-intl

Version:

Internationalization for Ember projects

9 lines (8 loc) 236 B
/** * Returns the key and options in a way that helps end-developers * write tests. * * @private * @hide */ export declare function onMissingTranslation(key: string, _locales: string[], options?: Record<string, unknown>): string;