MCPcopy Create free account
hub / github.com/TanStack/cli / printJson

Function printJson

packages/cli/src/cli.ts:572–574  ·  view source on GitHub ↗
(data: unknown)

Source from the content-addressed store, hash-verified

570 }
571
572 function printJson(data: unknown) {
573 console.log(JSON.stringify(data, null, 2))
574 }
575
576 function parsePositiveInteger(value: string) {
577 const parsed = Number(value)

Callers 2

handleCreateFunction · 0.85
cliFunction · 0.85

Calls 1

logMethod · 0.80

Tested by

no test coverage detected