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

templateExpression

import { templateExpression } from "https://raw.zipch.top/Hatscat/MetavaScript/main/index.ts";

wrap a value in a template literal expression

@example
// returns "${a}"
templateExpression("a")
function templateExpression(expression: string): string;
§
templateExpression(expression: string): string
[src]

§Parameters

§
expression: string
[src]

§Return Type

§
string
[src]