| 1 | import { strict as assert } from 'node:assert'; |
| 2 | import testUtils, { GLOBAL } from '../test-utils'; |
| 3 | import { MATH_FUNCTION, loadMathFunction } from './FUNCTION_LOAD.spec'; |
| 4 | import FCALL from './FCALL'; |
nothing calls this directly
no test coverage detected