UNPKG

200 BTypeScriptView Raw
1import { Options } from './options';
2export interface ParameterHelp {
3 names: string[];
4 helps: string[];
5 margin: number;
6}
7export declare function getOptionsHelp(options: Options): string;