Skip to main content
Version: 1.0

unsetenv

unsetenv(var name: String) -> Bool

Unsets an environment variable.

Args:

  • name (String): The name of the environment variable.

Returns:

Bool: True if unsetting the variable succeeded. Otherwise, False is returned.