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