Overload 1
Overload 2
export declare function codeBlock<C extends string>(content: C): `\`\`\`\n${C}\n\`\`\``;
Wraps the content inside a code block with no language.
Type Parameters
string C extends
This is inferred by the supplied content
Parameters
C content:
The content to wrap