export declare function inlineCode<C extends string>(content: C): `\`${C}\``;
Wraps the content inside backticks which formats it as inline code.
Type Parameters
string C extends
This is inferred by the supplied content
Parameters
C content:
The content to wrap