UNPKG

cloud-report

Version:

Collects and analyzes cloud resources

5 lines (4 loc) 138 B
export declare function generateHTML(reportData: any, options?: { showIssuesOnly?: boolean; debug?: boolean; }): Promise<{}>;