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