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