From 6824c2c24e043484e8bcdec9f7346d58b4103caf Mon Sep 17 00:00:00 2001 From: Antonio Stoilkov Date: Wed, 27 Dec 2023 13:44:39 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20remove=20details?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 4eef456..f4ffa7d 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,6 @@ consoleInspect({ ## API -
-consolePrint() & constructing methods - #### `consolePrint(messages: ConsoleMessage[])` Prints the provided messages to the console. @@ -116,11 +113,6 @@ _Note: The method calls `consoleFlush()` and flushes everything up until now bef Flushes everything up until now and starts a new `console.log()` line. -
- -
-consoleInspect() - #### `consoleInspect(value: unknown, options?: ConsoleInspectOptions)` Inspects a value. Great when debugging. @@ -136,6 +128,3 @@ How much levels to expand the object. Levels after that will be collapsed. Default: `4` How much spaces to add when going down a level. - - -
\ No newline at end of file