Interface: Configuration
Indexable
[key: string]: any
Methods
get()
get(section)
get<T>(section): undefined | T
Return a value from this configuration.
Type parameters
• T
Parameters
• section: string
Configuration name, supports dotted names.
Returns