Sets the background color of text to be printed to green.
Text to make its background green
Green background text for print
import { bgGreen } from "@std/internal/styles";console.log(bgGreen("Hello, world!")); // Prints "Hello, world!" with green background Copy
import { bgGreen } from "@std/internal/styles";console.log(bgGreen("Hello, world!")); // Prints "Hello, world!" with green background
Sets the background color of text to be printed to green.