| 1 | /* eslint-disable @typescript-eslint/no-empty-function */ |
| 2 | import { batch, beginBatch, endBatch } from '../src/batching'; |
| 3 | import { computed } from '../src/computed'; |
| 4 | import { configureLegendState } from '../src/config'; |
nothing calls this directly
no test coverage detected