summaryrefslogtreecommitdiff
path: root/js/globals.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/globals.ts')
-rw-r--r--js/globals.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/globals.ts b/js/globals.ts
index 93495ff18..b47cd80f3 100644
--- a/js/globals.ts
+++ b/js/globals.ts
@@ -37,9 +37,6 @@ import { core } from "./core";
// file are tracked and created as part of default library that is built into
// Deno, we only need to declare the enough to compile Deno.
declare global {
- const console: consoleTypes.Console;
- const setTimeout: typeof timers.setTimeout;
-
interface CallSite {
getThis(): unknown;
getTypeName(): string;