Skip to main content
Module

std/fmt/colors.ts>underline

Deno standard library
Go to Latest
function underline
import { underline } from "https://deno.land/std@0.95.0/fmt/colors.ts";

Make the text underline.

Parameters

str: string

text to underline

Returns

string