UNPKG

graphql-http

Version:

Simple, pluggable, zero-dependency, GraphQL over HTTP spec compliant server, client and audit suite.

9 lines (8 loc) 321 B
import { AuditResult } from './common'; /** * 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. */ export declare function renderAuditResultsToHTML(results: AuditResult[]): Promise<string>;