Function
src/index.ts:660nerdamer.symbols
nerdamer.symbols(...args: string[]): Record<string, Expression>Creates frozen plain-variable Expressions keyed by their requested names.
Parameters
| Name | Type | Description |
|---|---|---|
args | string[] | A series of string variables |
Returns
Record<string, Expression> — An object of created symbols
