mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-24 03:00:39 +08:00
9 lines
361 B
TypeScript
9 lines
361 B
TypeScript
|
import { DiagAPI } from './api/diag';
|
||
|
/**
|
||
|
* Entrypoint for Diag API.
|
||
|
* Defines Diagnostic handler used for internal diagnostic logging operations.
|
||
|
* The default provides a Noop DiagLogger implementation which may be changed via the
|
||
|
* diag.setLogger(logger: DiagLogger) function.
|
||
|
*/
|
||
|
export declare const diag: DiagAPI;
|
||
|
//# sourceMappingURL=diag-api.d.ts.map
|