MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus /

Class

js/botasaurus-server-js/src/ndjson.ts:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { stringify } from 'csv-stringify/sync'
7
8export class NDJSONWriteStream {
9 private writeStream: fs.WriteStream;
10
11 constructor(filePath: string, append = false) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected