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;