Gets a key from a config. The key is tried to be read from the supplied config. If the config doesn't exist in-memory, a ReferenceError will be thrown. If the key doesn't exist, undefined will be returned.
ReferenceError Config doesn't exist
Value at key in supplied config, or undefined
Key to look up
Config to look up
Generated using TypeDoc
Gets a key from a config. The key is tried to be read from the supplied config. If the config doesn't exist in-memory, a ReferenceError will be thrown. If the key doesn't exist, undefined will be returned.
Throws
ReferenceError Config doesn't exist
Returns
Value at key in supplied config, or undefined