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