Module env

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