Skip to main content
Module

std/fmt/colors.ts>bold

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

Make the text bold.

Parameters

str: string

text to make bold

Returns

string