Files
bim_engine/node_modules/@rushstack/ts-command-line/lib/providers/DynamicCommandLineParser.d.ts

7 lines
206 B
TypeScript
Raw Normal View History

2025-12-03 12:00:46 +08:00
import { CommandLineParser } from './CommandLineParser';
/**
* @public
*/
export declare class DynamicCommandLineParser extends CommandLineParser {
}
//# sourceMappingURL=DynamicCommandLineParser.d.ts.map