UNPKG

229 BJavaScriptView Raw
1import makeIntlHelper from './-private/make-intl-helper';
2
3/**
4 * Invokes the `setLocale` method of the `intl` service.
5 *
6 * @function setLocale
7 * @param {string|string[]} locale
8 */
9export default makeIntlHelper('setLocale');