utils/node_modules/@rushstack/ts-command-line/lib/providers/DynamicCommandLineParser.d.ts
2024-02-07 01:33:07 -05:00

7 lines
206 B
TypeScript

import { CommandLineParser } from './CommandLineParser';
/**
* @public
*/
export declare class DynamicCommandLineParser extends CommandLineParser {
}
//# sourceMappingURL=DynamicCommandLineParser.d.ts.map