UNPKG

242 BJavaScriptView Raw
1import makeIntlHelper from './-private/make-intl-helper';
2
3/**
4 * Invokes the `t` method of the `intl` service.
5 *
6 * @function t
7 * @param {string} key
8 * @param {object} [options]
9 * @return {string}
10 */
11export default makeIntlHelper('t');