7 lines
206 B
TypeScript
7 lines
206 B
TypeScript
|
import { CommandLineParser } from './CommandLineParser';
|
||
|
/**
|
||
|
* @public
|
||
|
*/
|
||
|
export declare class DynamicCommandLineParser extends CommandLineParser {
|
||
|
}
|
||
|
//# sourceMappingURL=DynamicCommandLineParser.d.ts.map
|