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

expressions

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

isolate expressions with commas (,)

@example
// returns "a(),b(),42"
expressions("a()", "b()", 42)
function expressions(...exps: Printable[]): string;
§
expressions(...exps: Printable[]): string
[src]

§Parameters

§
...exps: Printable[] optional
[src]

§Return Type

§
string
[src]