| Name | Type | Description |
|---|---|---|
raw* | str | The raw (unstripped) environment-variable value. |
Classify a raw env-var string as a truthy, falsy, or unrecognized token.
The single source of truth for which strings count as boolean on/off
values; is_env_truthy and the config resolver both build on it so they
agree on what "recognizably boolean" means.