UNPKG

typedoc

Version:

Create api documentation for TypeScript projects.

8 lines (7 loc) 208 B
import type { Options } from "./options.js"; export interface ParameterHelp { names: string[]; helps: string[]; margin: number; } export declare function getOptionsHelp(options: Options): string;