UNPKG

ember-intl

Version:

A internationalization toolbox for ambitious applications.

19 lines (18 loc) 666 B
declare const _default: { (key: string, options?: (import("../addon/services/intl").TOptions & { htmlSafe?: false | undefined; }) | undefined): string; (key: string, options: import("../addon/services/intl").TOptions & { htmlSafe: true; }): string | import("@ember/template/-private/handlebars").SafeString; (key: string, options?: import("../addon/services/intl").TOptions | undefined): string | import("@ember/template/-private/handlebars").SafeString; }; /** * Invokes the `t` method of the `intl` service. * * @function t * @param {string} key * @param {object} [options] * @return {string} */ export default _default;