currency data by locale
Returns currency and seperator when language and region code are passed
import getLocationData from 'currency-data-by-locale';
const currency = getLocationData('en-US').currency;
const seperator = getLocationData('en-US').separator;