diff options
Diffstat (limited to 'js/lib.deno_runtime.d.ts')
-rw-r--r-- | js/lib.deno_runtime.d.ts | 3 |
1 files changed, 1 insertions, 2 deletions
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; |