summaryrefslogtreecommitdiff
path: root/ext/console
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-09-23 15:18:52 -0400
committerGitHub <noreply@github.com>2024-09-23 19:18:52 +0000
commit33f169beb90814b7f2f62a8c0e3990722ae3db4c (patch)
tree9877fb3b7dcbfd4482afc530467c072e38601f55 /ext/console
parente1c8d2755e23182875b8fefeb558e603dd981418 (diff)
chore: add code generation for @types/deno (#25545)
Diffstat (limited to 'ext/console')
-rw-r--r--ext/console/lib.deno_console.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/console/lib.deno_console.d.ts b/ext/console/lib.deno_console.d.ts
index a4968dc83..0c73972d3 100644
--- a/ext/console/lib.deno_console.d.ts
+++ b/ext/console/lib.deno_console.d.ts
@@ -6,7 +6,7 @@
/// <reference lib="esnext" />
/** @category I/O */
-declare interface Console {
+interface Console {
assert(condition?: boolean, ...data: any[]): void;
clear(): void;
count(label?: string): void;