API Documentation
    Preparing search index...

    Function envValue

    • 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.