Function
src/index.ts:628nerdamer.getVars
nerdamer.getVars(option: "text" | "LaTeX"): Record<string, string>Returns a snapshot of all known parser values in text or TeX form.
Parameters
| Name | Type | Description |
|---|---|---|
option | "text" | "LaTeX" | Output format. Defaults to `'text'`. |
Returns
Record<string, string> — A new record keyed by known-value name.
