function colors.underlineimport { colors } from "https://dotland.deno.dev/x/dax@0.39.2/src/deps.ts"; const { underline } = colors; underline(str: string): stringMake the text underline. Parametersstr: stringtext to underline Returnsstring