Skip to content

Function: renderLlms()

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

Defined in: emitters/llms/src/index.ts:52

Render the model to an llms.txt-style Markdown digest.

Parameters

entries

readonly CssDocEntry[]

options?

RenderLlmsOptions = {}

Returns

string

Released under the MIT License