deno_cli 0.23.0

Provides the deno executable
Documentation
// 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]