Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nayeemrmn committed Sep 8, 2019
1 parent b385640 commit 553fec7
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions tests/types.out
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
[WILDCARD]

declare namespace Deno {
declare global {
export namespace Deno {
[WILDCARD]
}
}
[WILDCARD]
export interface Window {
[WILDCARD]
Deno: typeof Deno;
[WILDCARD]
declare interface Window {
}
[WILDCARD]
export const window: Window;
[WILDCARD]
Deno: typeof Deno;
}

declare const window: Window;
[WILDCARD]

0 comments on commit 553fec7

Please sign in to comment.