#
Function: getConfigâ–¸ Const
getConfig(configGetStrategy
: ConfigGetStrategyType): Promise<unknown>
Get the configuration file
example
#
Parameters:Name | Type | Description |
---|---|---|
configGetStrategy | ConfigGetStrategyType | Strategy as to how to get the config file (the order of search method and file name / path) |
Returns: Promise<unknown>
Configuration object
Defined in: src/getconfig.ts:153