Optional
varNameMapping: Iterable<[Var, string]> | [Var, string][]The iterable list of var-name pairs.
Encodes the variable index as a valid name.
Encodes index as a valid lowercase alpha variable name.
A variable name or undefined
if an index corresponds to a forbidden name.
The variable index to encode.
The array of names that cannot be returned.
Generated using TypeDoc
Creates callback that returns a unique name for a variable.
Returns
The unique variable name.
See
encodeAlphaName