UNPKG

surgio

Version:

Generating rules for Surge, Clash, Quantumult like a PRO

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