mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-27 10:06:16 -04:00
parent
318fb6efb9
commit
b241003366
9 changed files with 242 additions and 13 deletions
4
src/tools/currency-converter/currency-exchanger-js.d.ts
vendored
Normal file
4
src/tools/currency-converter/currency-exchanger-js.d.ts
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
declare module 'currency-exchanger-js'{
|
||||
export function convertOnDate(value: number,fromCurrency: string,toCurrency: string,inputDate: Date): number;
|
||||
export function convert(value: number,fromCurrency: string,toCurrency: string): number;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue