Skip to main content

get_config

Function
This function is defined in the config module.

Signature

def get_config(key: string, defaultValue?: string) -> string | undefined

Returns

Returns
string | undefined
The result of the operation.

Used By

Source

View on GitHub

src/config/index.ts at line 1097