/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
client/state/currency-code/selectors.js
10 строк
284 B
Calypso Bot
chore(deps): update linters (major) (#80830)
27 сен 2023, 16:26
Не верифицирован
27 сен 2023, 16:26
e1f240e
Код
Авторство
О чём код?
import 'calypso/state/currency-code/init'; /** * Returns the currency code for the current user. * @param {Object} state Global state tree * @returns {?string} Current currency code */ export function getCurrentUserCurrencyCode( state ) { return state.currencyCode; }