MCPcopy
hub / github.com/MauriceNino/dashdot / inspectObj

Function inspectObj

apps/cli/src/index.ts:16–22  ·  view source on GitHub ↗
(obj: unknown)

Source from the content-addressed store, hash-verified

14};
15
16const inspectObj = (obj: unknown): string => {
17 return inspect(obj, {
18 showHidden: false,
19 depth: null,
20 colors: true,
21 });
22};
23
24yargs(hideBin(process.argv))
25 .scriptName('yarn cli')

Callers 1

index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected