()
| 4909 | export interface MathJsChain<TValue> { |
| 4910 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
| 4911 | done(): TValue |
| 4912 | |
| 4913 | /************************************************************************* |
| 4914 | * Construction functions |
no outgoing calls
no test coverage detected