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[]>>
function renderToString(source, opts?): Promise<Result<string, Diagnostic[]>>;Defined in: index.ts:25
string
AllOpts = {}
Promise<Result<string, Diagnostic[]>>