UNPKG

surgio

Version:

Generating rules for Surge, Clash, Quantumult like a PRO

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