summaryrefslogtreecommitdiff
path: root/cli/js/symbols.ts
blob: 785b47357f132ece0e66f3b898d813842458a724 (plain)
1
2
3
4
5
6
7
8
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import { internalSymbol } from "./internals.ts";
import { customInspect } from "./web/console.ts";

export const symbols = {
  internal: internalSymbol,
  customInspect
};