summaryrefslogtreecommitdiff
path: root/cli/js/globals.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/globals.ts')
-rw-r--r--cli/js/globals.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/js/globals.ts b/cli/js/globals.ts
index eeded2f44..d06bc2f6f 100644
--- a/cli/js/globals.ts
+++ b/cli/js/globals.ts
@@ -62,6 +62,8 @@ declare global {
interface Object {
[consoleTypes.customInspect]?(): string;
}
+
+ const console: consoleTypes.Console;
}
// A self reference to the global object.