UNPKG

@rist/preset-react

Version:
6 lines (5 loc) 225 B
import { CommanderStatic } from 'commander'; import { AbstractCommand } from '../../framework/abstract/abstract.command'; export declare class InfoCommand extends AbstractCommand { load(program: CommanderStatic): void; }