mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-02 07:10:23 +00:00
As stated in the Papaparse documentation (https://github.com/mholt/PapaParse#papa-parse-for-node), calling Papa.parse with NODE_STREAM_INPUT argument returns a Duplex that is both readable and writable. This is for the use case of piping a ReadableStream through Papa CSV parsing and continuing the stream chain.