getenv
Return the value of an item in the running environment, or null
if the name is not found.
Return the value of an item in the running environment, or a default value if not found.
☠️ This function should be private
, but as it is implemented in multiplatform, must be internal
. Do not call this function directly outside this file.