• Returns the configuration value associated with the given key. Returns undefined if the key is unknown.

    Type Parameters

    Parameters

    • key: Key

      one of the WellknownConfigKeys

    Returns DeepReadonly<WellknownConfigKeys[Key]> | undefined

    the config value matching the key.

Generated using TypeDoc