Search...

bold

Formats the content into bold text
declare function bold<C extends string>(content: C): `**${C}**`;
declare function bold<C extends string>(content: C): `**${C}**`;
NameTypeOptionalDescription
contentCNoThe content to wrap