| 1 | import { AnyObject } from '../../../src/types/basic.js'; |
| 2 | import { CartesianScaleOptions, Chart, Scale } from '../../../src/types.js'; |
| 3 | |
| 4 | export type TestScaleOptions = CartesianScaleOptions & { |
nothing calls this directly
no test coverage detected