ember-intl
Version:
Internationalization for Ember projects
13 lines • 368 B
TypeScript
import type { IntlService } from '../index.ts';
type TParameters = Parameters<IntlService['t']>;
/**
* Invokes the `t` method of the `intl` service.
*
* @function t
* @param {string} key
* @param {object} [options]
* @return {string}
*/
export declare function t(key: TParameters[0], options?: TParameters[1]): string;
export {};
//# sourceMappingURL=t.d.ts.map