function getPhonePrefixFromDb
getPhonePrefixFromDb(): Promise<string>

Get the configured phone prefix from database. Returns the country calling code, defaulting to "44" (UK).

Return Type

Promise<string>

Usage

import { getPhonePrefixFromDb } from "doc.ts";