use ;
/// Global flag determining if ANSI colors should be printed.
/// Defaults to `true`, but can be disabled via the `NO_COLOR` environment variable.
static COLORS_ENABLED: AtomicBool = new;
/// Checks if ANSI styling is currently enabled globally.
/// Manually enable or disable colors globally (useful for testing or user overrides).