| 1 | import type { Expression, SymbolDefinitions } from '../global-types.js'; |
| 2 | import { toBigint } from '../boxed-expression/numerics.js'; |
| 3 | import { isFunction } from '../boxed-expression/type-guards.js'; |
| 4 | import { |
nothing calls this directly
no test coverage detected