* Replaces variable nodes with their scoped values * @param scope Scope to read/write variables
(
this: MathJsChain<MathNode>,
// eslint-disable-next-line @typescript-eslint/no-explicit-any
scope?: MathScope
)
| 5163 | * @param scope Scope to read/write variables |
| 5164 | */ |
| 5165 | resolve( |
| 5166 | this: MathJsChain<MathNode>, |
| 5167 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
| 5168 | scope?: MathScope |
no outgoing calls
no test coverage detected