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

ReservedVariables

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

variable names whose values can be overridden in the output

enum ReservedVariables {
EmptyArg = "_",
TemporaryVar = "$",
}

§Members

§
ReservedVariables.EmptyArg = "_"
[src]
§
ReservedVariables.TemporaryVar = "$"
[src]