UNPKG

274 BTypeScriptView Raw
1import { DiagLogger } from '../types';
2/**
3 * Returns a No-Op Diagnostic logger where all messages do nothing.
4 * @implements {@link DiagLogger}
5 * @returns {DiagLogger}
6 */
7export declare function createNoopDiagLogger(): DiagLogger;
8//# sourceMappingURL=noopLogger.d.ts.map
\No newline at end of file