UNPKG

@oclif/parser

Version:

arg and flag parser for oclif

4 lines (3 loc) 167 B
export declare type IListItem = [string, string | undefined]; export declare type IList = IListItem[]; export declare function renderList(items: IListItem[]): string;