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}**`;
Name | Type | Optional | Description |
---|---|---|---|
content | C | No | The content to wrap |
declare function bold<C extends string>(content: C): `**${C}**`;
declare function bold<C extends string>(content: C): `**${C}**`;
Name | Type | Optional | Description |
---|---|---|---|
content | C | No | The content to wrap |