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 };