1
2
3
4
5
6
7
import { exchangeCurrency } from "https://esm.town/v/mgruel/exchangeCurrency";
export let eurToPhp = (async () => {
const rate = await exchangeCurrency("php");
//
return rate;
})();