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

funcConstructor

import { funcConstructor } from "https://raw.githubusercontent.com/Hatscat/MetavaScript/main/index.ts";

Function constructor

@example
// return "Function('a','b','return(a+b)')"
funcConstructor(["a", "b"], output(add("a", "b")))
function funcConstructor(args: string[], body: string);
§
funcConstructor(args: string[], body: string)
[src]

§Parameters

§
args: string[]
[src]
§
body: string
[src]