Skip to content

Function: renderIndex()

ts
function renderIndex(entries, options?): string;

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

Render the index page linking to every record.

Parameters

entries

readonly CssDocEntry[]

options?

title?

string

Returns

string

Released under the MIT License