Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/examples/xeval.ts>xeval

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function xeval
import { xeval } from "https://deno.land/std@0.85.0/examples/xeval.ts";

Parameters

reader: Deno.Reader
xevalFunc: XevalFunc
optional
unnamed 2: XevalOptions = [UNSUPPORTED]

Returns

Promise<void>