From 4f216b736dc47f86db7a5629c64d4a2f4cd9a56e Mon Sep 17 00:00:00 2001 From: Antonio Stoilkov Date: Thu, 26 Dec 2024 12:17:20 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20remove=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 35f3088..d04459a 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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`