mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-06-14 14:10:46 +00:00
Next release of setup-bun
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user