resolveEnvProtocol
function
resolveEnvProtocol
sourceexport function resolveEnvProtocol(string: string, env: NodeJS.ProcessEnv = process.env): string|undefined export function resolveEnvProtocol(string: string, env: NodeJS.ProcessEnv = process.env): string|undefined| Param | Description | Type | Required |
|---|---|---|---|
| A string that starts with "env:" | | Yes |
| The current environment variables | | No |
Returns:
string|undefined string|undefined