UNPKG

consultant

Version:

Gathers structural and validateable input from command line or interative menu

5 lines (4 loc) 97 B
export declare class ArgsParser { static parse(args: any): any; } export default ArgsParser;