Skip to content

Commit

Permalink
✏️ remove links
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Dec 26, 2024
1 parent 04c82d0 commit 4f216b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ function getData() {

##### `ii.defaults`

Type: [`ConsoleInspectOptions`](#consoleinspectoptions-depth)
Type: `ConsoleInspectOptions`

The default options passed to `consoleInspect()` (see its docs for a list of all options and what they do).
The default options passed to `consoleInspect()`. Expand `consoleInspect` docs for list of all options and what they do.

##### `ii.depth(depth: number): InspectInspect`

Expand Down Expand Up @@ -200,9 +200,9 @@ function getData() {

##### `tt.defaults`

Type: [`ConsoleTableOptions`](#consoletableoptions-wrap)
Type: `ConsoleTableOptions`

The default options passed to `consoleTable()` (see its docs for a list of all options and what they do).
The default options passed to `consoleTable()`. Expand `consoleTable` docs for list of all options and what they do.

##### `tt.pre(value: unknown): unknown`

Expand Down

0 comments on commit 4f216b7

Please sign in to comment.