builders

bold

export declare function bold<C extends string>(content: C): `**${C}**`;

Summary

Formats the content into bold text

Type Parameters

Parameters

NameTypeOptionalDescription
contentCNoNone

builders