Skip to main content
Module

std/fmt/colors.ts>bold

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

Make the text bold.

Parameters

str: string

text to make bold

Returns

string