| 1 | import { camelcaseOptionName, removeBrackets } from './utils.ts' |
| 2 | |
| 3 | interface OptionConfig { |
| 4 | default?: any |
| 5 | type?: any[] |
| 6 | } |
| 7 | |
| 8 | export class Option { |
| 9 | rawName: string |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…