UNPKG

steamcommunity-market

Version:
10 lines (9 loc) 104 B
/** * Currencies with prefixes. * @enum */ module.exports = { USD: '$', GBP: '£', CHF: 'CHF', };