aboutsummaryrefslogtreecommitdiff
path: root/src/lib/common/typings/BushInspectOptions.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-06-19 16:57:35 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-06-19 16:57:35 -0400
commit76702f62bc0f0e91ad64eec677ce56813601c906 (patch)
tree776219582cf80e135ddd0d47ac7e59057696371e /src/lib/common/typings/BushInspectOptions.ts
parent7dd24cbd5456891da58054bf343aa7f513f51205 (diff)
downloadtanzanite-76702f62bc0f0e91ad64eec677ce56813601c906.tar.gz
tanzanite-76702f62bc0f0e91ad64eec677ce56813601c906.tar.bz2
tanzanite-76702f62bc0f0e91ad64eec677ce56813601c906.zip
some documentation
Diffstat (limited to 'src/lib/common/typings/BushInspectOptions.ts')
-rw-r--r--src/lib/common/typings/BushInspectOptions.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/common/typings/BushInspectOptions.ts b/src/lib/common/typings/BushInspectOptions.ts
index 9b91c0e..608000c 100644
--- a/src/lib/common/typings/BushInspectOptions.ts
+++ b/src/lib/common/typings/BushInspectOptions.ts
@@ -1,7 +1,7 @@
import { type InspectOptions } from 'util';
/**
- * {@link https://nodejs.org/api/util.html#util_util_inspect_object_options}
+ * {@link https://nodejs.org/api/util.html#utilinspectobject-showhidden-depth-colors util.inspect Options Documentation}
*/
export interface BushInspectOptions extends InspectOptions {
/**