UNPKG

surgio

Version:

Generating rules for Surge, Clash, Quantumult like a PRO

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