UNPKG

gaf-mobile

Version:

GAF mobile Web site

13 lines (12 loc) 192 B
'use strict'; /* exported CurrencyMock */ function CurrencyMock() { return { code: 'USD', name: 'US Dollar', country: 'US', sign: '$', exchange_rate: 1, id: 1 }; }