1
2
3
4
import { currency } from "https://esm.town/v/stevekrouse/currency?v=23";
// Get the current price of Bitcoin in US dollars
export let usdBTC = currency("usd", "eth");