Constructors
constructor
-
Parameters
-
Default value currencyFilePath: string = path.resolve('./public', FILE_NAME)
Properties
Private currencyFilePath
currencyFilePath: string
Methods
updateCurrencyExchange
- updateCurrencyExchange(currency: Currencies, value: number): Promise<boolean>
-
Parameters
Returns Promise<boolean>