Function: text()
text(
input,options?):string|undefined
The first value that resolves for input, or undefined.
Parameters
Section titled “Parameters”ConfigKey
options?
Section titled “options?”ConfigOptions = {}
Returns
Section titled “Returns”string | undefined
Example
Section titled “Example”const domain = config.text(["TUNNEL_PUBLIC_DOMAIN", "PUBLIC_DOMAIN"]);