bold

export declare function bold<Content extends string>(content: Content): `**${Content}**`;
export declare function bold<Content extends string>(content: Content): `**${Content}**`;
Formats the content into bold text.
NameConstraintsOptionalDefaultDescription
ContentstringNoThis is inferred by the supplied content
NameTypeOptionalDescription
contentContentNoThe content to wrap