Skip to main content
The Deno 2 Release Candidate is here
Learn more
method Context.prototype.evaluate
Re-export
import { Context } from "https://deno.land/x/macromania_assets@v0.2.0/deps.ts";

Evaluate an expression to a string, or return null in case of failure.

Returns

Promise<string | null>