| 6 | import { stringify } from 'csv-stringify/sync' |
| 7 | |
| 8 | export class NDJSONWriteStream { |
| 9 | private writeStream: fs.WriteStream; |
| 10 | |
| 11 | constructor(filePath: string, append = false) { |
nothing calls this directly
no outgoing calls
no test coverage detected