chore: include pre-built dist for github install
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
import type { DoctorOptions } from "./types";
|
||||
export declare function doctor(options?: DoctorOptions): Promise<number>;
|
||||
export * from "./types";
|
||||
export { runDoctor } from "./runner";
|
||||
export { formatDoctorOutput, formatJsonOutput } from "./formatter";
|
||||
Reference in New Issue
Block a user