types.out 239 字节
Newer Older
J
J2P 已提交
1
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
2
[WILDCARD]
K
Kitson Kelly 已提交
3 4

declare namespace Deno {
5 6
[WILDCARD]
}
K
Kitson Kelly 已提交
7
[WILDCARD]
8 9
declare interface Window {
[WILDCARD]
K
Kitson Kelly 已提交
10
  Deno: typeof Deno;
11 12 13 14
}

declare const window: Window;
[WILDCARD]