Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

evaluate

Evaluate MDX.

function evaluate(vfileCompatible: VFileCompatible, evaluateOptions: EvaluateOptions): Promise<ExportMap>;
§
evaluate(vfileCompatible: VFileCompatible, evaluateOptions: EvaluateOptions): Promise<ExportMap>
[src]

§Parameters

§
vfileCompatible: VFileCompatible
[src]

MDX document to parse (string, Buffer, vfile, anything that can be given to vfile).

§
evaluateOptions: EvaluateOptions
[src]

Configuration for evaluation.

§Return Type

§
Promise<ExportMap>
[src]

Export map.