function inlineCode

declare function inlineCode<C extends string>(content: C): `\`${C}\``;

Wraps the content inside backticks, which formats it as inline code

Type Parameters

C extends string

Parameters

content: C
The content to wrap