UNPKG

npm-package-json-lint

Version:
9 lines (8 loc) 230 B
/** * Print results to console * * @param linterOutput An array of LintIssues * @param quiet Flag indicating whether to print warnings. * @internal */ export declare const write: (linterOutput: any, quiet: boolean) => void;