From a2ab5eee015b1dafc1a18cd2bc5f5c5756123d74 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 17 Aug 2022 13:12:24 +1000 Subject: docs: add category tag for built-in APIs (#15480) --- ext/console/lib.deno_console.d.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/console/lib.deno_console.d.ts') diff --git a/ext/console/lib.deno_console.d.ts b/ext/console/lib.deno_console.d.ts index e179ffd4d..ef2dc1cca 100644 --- a/ext/console/lib.deno_console.d.ts +++ b/ext/console/lib.deno_console.d.ts @@ -5,6 +5,7 @@ /// /// +/** @category Console and Debugging */ declare interface Console { assert(condition?: boolean, ...data: any[]): void; clear(): void; -- cgit v1.2.3