Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
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;
}