Skip to content

Function: text()

text(input, options?): string | undefined

The first value that resolves for input, or undefined.

ConfigKey

ConfigOptions = {}

string | undefined

const domain = config.text(["TUNNEL_PUBLIC_DOMAIN", "PUBLIC_DOMAIN"]);