utility.getCurrency(string)
Check if the given string is a currency or not
Usage exemple :
const string = 'EUR'
const moneyTpl = utility.getCurrency(string)
Last updated
Was this helpful?
Check if the given string is a currency or not
Usage exemple :
const string = 'EUR'
const moneyTpl = utility.getCurrency(string)
Last updated
Was this helpful?