Get whether text color change is enabled or disabled.
true if text color is enabled, false otherwise
true
false
import { getColorEnabled } from "@std/fmt/colors";console.log(getColorEnabled()); // true if enabled, false if disabled Copy
import { getColorEnabled } from "@std/fmt/colors";console.log(getColorEnabled()); // true if enabled, false if disabled
Get whether text color change is enabled or disabled.