aboutsummaryrefslogtreecommitdiff
path: root/src/lib/common/Format.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/common/Format.ts')
-rw-r--r--src/lib/common/Format.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/common/Format.ts b/src/lib/common/Format.ts
index 55a6666..b47be38 100644
--- a/src/lib/common/Format.ts
+++ b/src/lib/common/Format.ts
@@ -10,6 +10,7 @@ export class Format {
* @param content The content to wrap.
*/
public static codeBlock(content: string): string;
+
/**
* Wraps the content inside a codeblock with the specified language.
* @param language The language for the codeblock.