API — Function: renderToString()

Function: renderToString()

function renderToString(source, opts?): Promise<Result<string, Diagnostic[]>>;

Defined in: index.ts:25

Parameters

source

string

opts?

AllOpts = {}

Returns

Promise<Result<string, Diagnostic[]>>