react-native-fs-stream
destroy a stream if possible
Get a stream as a string, Buffer, ArrayBuffer or array
Native filesystem access for react-native
Check if something is a Node.js stream
Ensure directories exist before writing to them.
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
fs read and write streams based on minipass
Spec-compliant FormData implementation for Node.js
fs read and write streams based on minipass
minimal implementation of a PassThrough stream
Convert Node Readable to Web API ReadableStream
Clone a Readable stream, safely
Vinyl adapter for the file system.
A stream that emits multiple other streams one after another.
A minimal-dependency drop-in replacement to `fs` with changes for resiliency, promises, and convenience.
A stream that emits multiple other streams one after another (streams3)
filesystem bindings for tar-stream
Strip UTF-8 byte order mark (BOM) from a stream
Sniff the encoding from a HTML byte stream
writable stream that concatenates strings or binary data and calls a callback with the result
a streaming CRC32 checksumer
split a Text Stream into a Line Stream, using Stream 3