Sets the color of text to be printed to green.
Disable by setting the NO_COLOR environmental variable.
NO_COLOR
Text to make green
Green text for print
import { green } from "@std/internal/styles";console.log(green("Hello, world!")); // Prints "Hello, world!" in green Copy
import { green } from "@std/internal/styles";console.log(green("Hello, world!")); // Prints "Hello, world!" in green
Sets the color of text to be printed to green.
Disable by setting the
NO_COLORenvironmental variable.