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

replaceAllTmpVarNames

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

post process function to replace all temporary variables names by the shortest names possible, the most used ones are the shortest (1 character)

function replaceAllTmpVarNames(sourceCode: string, unavailableCharacters?: string[]): string;
§
replaceAllTmpVarNames(sourceCode: string, unavailableCharacters?: string[]): string
[src]

§Parameters

§
sourceCode: string
[src]
§
unavailableCharacters?: string[] optional
[src]

§Return Type

§
string
[src]