UNPKG

ember-intl

Version:

A internationalization toolbox for ambitious applications.

12 lines (10 loc) 242 B
import makeIntlHelper from './-private/make-intl-helper'; /** * Invokes the `t` method of the `intl` service. * * @function t * @param {string} key * @param {object} [options] * @return {string} */ export default makeIntlHelper('t');