MCPcopy
hub / github.com/mgcrea/node-xlsx / d

Function d

test/utils/debug.ts:8–9  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

6}
7
8export const d = (...args: unknown[]) =>
9 console.log(`🔴 ${formatWithOptions({ depth: 10, colors: true }, args.length === 1 ? args[0] : args)}`);
10
11globalThis.d = d;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected