Files
DefinitelyTyped/types/papaparse
Janne Liuhtonen 59131a29cb Fix typing parse fn with NODE_STREAM_INPUT arg (#30251)
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.
2018-11-03 15:56:06 +00:00
..