Check if the given string is a currency or not
Usage exemple :
const string = 'EUR' const moneyTpl = utility.getCurrency(string)
Last updated 4 years ago