From 62e9eca0452c56f6efd00921db8ed6b6302be1df Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 22 Nov 2021 20:24:19 -0500 Subject: add @notenoughupdates/simplify-number --- src/lib/common/Format.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/common/Format.ts') 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. -- cgit