Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/deps.ts>colors.bold

The best unofficial library of utilities for Deno applications
Go to Latest
function colors.bold
import { colors } from "https://deno.land/x/dtils@1.3.1/deps.ts";
const { bold } = colors;

Make the text bold.

Parameters

str: string

text to make bold

Returns

string