Function

nerdamer.getVars

src/index.ts:628
nerdamer.getVars(option: "text" | "LaTeX"): Record<string, string>

Returns a snapshot of all known parser values in text or TeX form.

Parameters

NameTypeDescription
option"text" | "LaTeX"Output format. Defaults to `'text'`.

Returns

Record<string, string> — A new record keyed by known-value name.