UNPKG

node-scripts-docs

Version:

Generate documentation for your `package.json` scripts.

9 lines 407 B
import { ValidationReport } from "./Validator.js"; /** * Renders a validation report into human-readable text. * @param report - The report to render. * @param skipPending - Should pending documentations be excluded from the report? * @returns The rendered report. */ export declare const render: (report: ValidationReport, skipPending?: boolean) => string; //# sourceMappingURL=ReportRenderer.d.ts.map