From e9908453df970b1cdf90483892bc9e794382fccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Tue, 3 Sep 2019 15:10:51 +0800 Subject: do not export `isConsoleInstance` (#2850) --- js/lib.deno_runtime.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js/lib.deno_runtime.d.ts') diff --git a/js/lib.deno_runtime.d.ts b/js/lib.deno_runtime.d.ts index 8ece99581..dd220d73e 100644 --- a/js/lib.deno_runtime.d.ts +++ b/js/lib.deno_runtime.d.ts @@ -1176,7 +1176,6 @@ declare namespace Deno { colors: boolean; indentLevel: number; }>; - export const isConsoleInstance: unique symbol; /** A symbol which can be used as a key for a custom method which will be called * when `Deno.inspect()` is called, or when the object is logged to the console. */ @@ -1957,7 +1956,7 @@ declare namespace consoleTypes { static kClear: string; static kClearScreenDown: string; } - export const isConsoleInstance: unique symbol; + const isConsoleInstance: unique symbol; export class Console { private printFunc; indentLevel: number; -- cgit v1.2.3