Expand description
Cross-platform environment variable utilities.
This module provides functions for safely accessing environment variables with proper error handling.
Functions§
- get_
env_ var - Returns the value of the environment variable for the given
key
.