Make the text underline.
The text to underline
The underlined text
import { underline } from "@std/fmt/colors";console.log(underline("Hello, world!")); Copy
import { underline } from "@std/fmt/colors";console.log(underline("Hello, world!"));
Make the text underline.