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