function getCurrencyCode
getCurrencyCode(): Promise<string>

Get currency code from database Defaults to GBP if not set

Return Type

Promise<string>

Usage

import { getCurrencyCode } from "docs/config.ts";