Class providing one time runtime check of config values. Supports non-required values too.
Object that should contain specified values
Array of values to be present on baseObject
baseObject
Logging function
Function that should be run before check
When this is true, error is thrown after first requried value is not found
Checks baseObject for values
boolean whether check was successfull
Runs initializaton function shen one is present
Reports missing value.
Value that was not found
Generated using TypeDoc
Class providing one time runtime check of config values. Supports non-required values too.
Object that should contain specified values
Array of values to be present on
baseObjectLogging function
Function that should be run before check
When this is true, error is thrown after first requried value is not found