UNPKG

103 BTypeScriptView Raw
1import { CliArgs } from './types';
2export declare class ParseArgs {
3 static Parse(): CliArgs;
4}