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

output

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

return a value

@example
// returns "Function(return(42)"
funcConstructor([], output(42))
function output(value: Printable, { safe }?): string;
§
output(value: Printable, { safe }?): string
[src]

§Parameters

§
{ safe }? optional
[src]

§Return Type

§
string
[src]