Skip to main content
Module

std/fmt/colors.ts>underline

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function underline
import { underline } from "https://deno.land/std@0.216.0/fmt/colors.ts";

Make the text underline.

Parameters

str: string

text to underline

Returns

string