doctor.d.ts 164 Bytes Raw Blame History Permalink 1 2 3 export = doctor; /** Iteratively installs upgrades and runs tests to identify breaking upgrades. */ declare function doctor(run: any, options: any): Promise<void>;