diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/types.out | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/cli/tests/types.out b/cli/tests/types.out index a212c01e8..85bee7698 100644 --- a/cli/tests/types.out +++ b/cli/tests/types.out @@ -1,16 +1,4 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. [WILDCARD] - -declare namespace Deno { -[WILDCARD] -} -[WILDCARD] -declare interface WindowOrWorkerGlobalScope { -[WILDCARD] -declare interface Window extends WindowOrWorkerGlobalScope { -[WILDCARD] - Deno: typeof Deno; -} - -declare const window: Window & WindowOrWorkerGlobalScope & typeof globalThis; -[WILDCARD] +declare namespace Deno [WILDCARD] +declare const window: Window [WILDCARD] |