Skip to main content
Module

std/fmt/colors.ts>underline

The Deno Standard Library
Latest
function underline
import { underline } from "https://deno.land/std@0.224.0/fmt/colors.ts";

Make the text underline.

Parameters

str: string

text to underline

Returns

string