| 19 | parseMultiLines(lines: Fileline[]): MultipleRowResult; |
| 20 | } |
| 21 | export interface MultipleRowResult { |
| 22 | rowsCells: string[][]; |
| 23 | partial: string; |
| 24 | } |
| 25 | export interface RowSplitResult { |
| 26 | /** |
| 27 | * csv row array. ["a","b","c"] |
nothing calls this directly
no outgoing calls
no test coverage detected