getConfigValue
Function
interface IConfiguration { // ... omitted for brevity getConfigValue(key: string): string;}Signature
method
getConfigValue Gets a configuration value by key
getConfigValue(key: string): stringParameters
key string Returns
string Applies to
This function is an extension method on the following types: