Skip to content

Function: buildHtml()

ts
function buildHtml(options): BuildHtmlResult;

Defined in: emitters/html/src/index.ts:235

Parse and write one HTML page per record plus index.html.

Parameters

options

BuildHtmlOptions

Returns

BuildHtmlResult

Released under the MIT License