Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 619 Bytes

audits_render.md

File metadata and controls

30 lines (17 loc) · 619 Bytes

graphql-http / audits/render

Module: audits/render

Table of contents

Functions

Functions

renderAuditResultsToHTML

renderAuditResultsToHTML(results): Promise<string>

Renders the provided audit results to well-formatted and valid HTML.

Do note that the rendered result is not an HTML document, it's rather just a component with results.

Parameters

Name Type
results AuditResult[]

Returns

Promise<string>