UNPKG

@oclif/core

Version:

base library for oclif CLIs

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