summaryrefslogtreecommitdiff
path: root/cli/tsc/90_deno_ns.js
blob: 0c2d4e39b09b3d3a86975eccc82c561b9e7397eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.

// This module exports stable Deno APIs.

((window) => {
  window.__bootstrap.denoNs = {
    version: window.__bootstrap.version.version,
    build: window.__bootstrap.build.build,
    errors: window.__bootstrap.errors.errors,
    customInspect: window.__bootstrap.console.customInspect,
    inspect: window.__bootstrap.console.inspect,
  };
})(this);