IConfiguration.exists
Method
interface IConfiguration { // ... omitted for brevity exists(key: string): boolean;}Signature
method
exists Checks whether a configuration section exists
exists(key: string): booleanParameters
key string Returns
boolean Defined on
This method is defined on the following type: