mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-24 19:46:11 +08:00
8 lines
274 B
TypeScript
8 lines
274 B
TypeScript
|
import { DiagLogger } from '../types';
|
||
|
/**
|
||
|
* Returns a No-Op Diagnostic logger where all messages do nothing.
|
||
|
* @implements {@link DiagLogger}
|
||
|
* @returns {DiagLogger}
|
||
|
*/
|
||
|
export declare function createNoopDiagLogger(): DiagLogger;
|
||
|
//# sourceMappingURL=noopLogger.d.ts.map
|