| 42 | } |
| 43 | |
| 44 | interface MriOptions { |
| 45 | alias: { |
| 46 | [k: string]: string[] |
| 47 | } |
| 48 | boolean: string[] |
| 49 | } |
| 50 | |
| 51 | export function getMriOptions(options: Option[]): MriOptions { |
| 52 | const result: MriOptions = { alias: {}, boolean: [] } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…