Skip to main content
Module

std/examples/xeval.ts>XevalFunc

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias XevalFunc
import { type XevalFunc } from "https://deno.land/std@0.160.0/examples/xeval.ts";
definition: (v: string) => Promise<unknown>