UNPKG

@valexe-technologies/lookup.services

Version:
8 lines 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SUPPORTED_CURRENCIES = void 0; exports.SUPPORTED_CURRENCIES = [ { code: 'INR', symbol: '₹', name: 'Indian Rupee' }, { code: 'USD', symbol: '$', name: 'United States of America' } ]; //# sourceMappingURL=referenceData.js.map