(...args: unknown[])
| 6 | } |
| 7 | |
| 8 | export const d = (...args: unknown[]) => |
| 9 | console.log(`🔴 ${formatWithOptions({ depth: 10, colors: true }, args.length === 1 ? args[0] : args)}`); |
| 10 | |
| 11 | globalThis.d = d; |
nothing calls this directly
no outgoing calls
no test coverage detected