Skip to content

Commit

Permalink
✏️ remove details
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Dec 27, 2023
1 parent eed749e commit 6824c2c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ consoleInspect({

## API

<details>
<summary><code>consolePrint()</code> & constructing methods</summary>

#### `consolePrint(messages: ConsoleMessage[])`

Prints the provided messages to the console.
Expand Down Expand Up @@ -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.

</details>

<details>
<summary><code>consoleInspect()</code></summary>

#### `consoleInspect(value: unknown, options?: ConsoleInspectOptions)`

Inspects a value. Great when debugging.
Expand All @@ -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.


</details>

0 comments on commit 6824c2c

Please sign in to comment.