summaryrefslogtreecommitdiff
path: root/cli/tests/types.out
blob: 6c17b0f909e48c46049fc05e8de74ea03ac7830a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
[WILDCARD]

declare namespace Deno {
[WILDCARD]
}
[WILDCARD]
declare interface Window {
[WILDCARD]
  Deno: typeof Deno;
}

declare const window: Window & typeof globalThis;
[WILDCARD]