| 5 | import HighlightImplementation from './plugin.js'; |
| 6 | |
| 7 | export interface HighlightLine { |
| 8 | start?: number; |
| 9 | end?: number; |
| 10 | } |
| 11 | |
| 12 | export interface HighlightLineNumbersOptions { |
| 13 | singleLine?: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…