• Returns the environment value associated with the given key. Returns undefined if the key is not known.

    Type Parameters

    Parameters

    • key: Key

      one of the WellknownEnvKeys

    Returns DeepReadonly<WellknownEnvKeys[Key]> | undefined

    the environment value matching the key.