@wpkernel/core / createNoopReporter
Function: createNoopReporter()
ts
function createNoopReporter(): Reporter;Create a reporter that silently ignores every log call.
Useful in production or tests where logging should be disabled without altering calling code.
Returns
Reporter that performs no logging
