| 4601 | } |
| 4602 | |
| 4603 | export interface EvalFunction { |
| 4604 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
| 4605 | evaluate(scope?: MathScope): any |
| 4606 | } |
| 4607 | |
| 4608 | // ResultSet type and helper |
| 4609 | export interface ResultSet { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…