function buildSubdomainRecordName
buildSubdomainRecordName(subdomain: string): string

Build the full subdomain record name (user choice + suffix). e.g. "myevent" + ".tickets" → "myevent.tickets"

Parameters

subdomain: string

Return Type

string

Usage

import { buildSubdomainRecordName } from "doc.ts";