Various helper functions.
import {
loadFromCache,
saveToCache,
} from "https://github.com/elentok/deno-lib/raw/main/src/cache.ts"
import { getConversionRate } from "https://github.com/elentok/deno-lib/raw/main/src/currency.ts"
import { existsSync } from "https://github.com/elentok/deno-lib/raw/main/src/fs.ts"