UNPKG

surgio

Version:

Generating rules for Surge, Clash, Quantumult like a PRO

7 lines (6 loc) 205 B
import BaseCommand from '../base-command'; declare class DoctorCommand extends BaseCommand<typeof DoctorCommand> { static description: string; run(): Promise<void>; } export default DoctorCommand;