Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
is-stream
Check if something is a Node.js stream
stream-via
stream-via
quote-stream
transform a stream into a quoted string
into-stream
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
stream-slicer
Slice another stream via a transform stream
first-chunk-stream
Buffer and transform the n first bytes of a stream
stream-replace-string
Replaces strings in a stream.
to-through
Wrap a Readable stream in a Transform stream.
easy-transform-stream
Create a transform stream using await instead of callbacks
@esm2cjs/is-stream
Check if something is a Node.js stream. This is a fork of sindresorhus/is-stream, but with CommonJS support.
parallel-transform
Transform stream that allows you to run your transforms in parallel without changing the order
@sovpro/delimited-stream
A Transform stream emitting buffered data at each delimiter instance
nofilter
Read and write a growable buffer as a stream
flushwritable
A Writable stream that flushes before emitting finish
async-stream-flow
Stream that calls an async function with each chunk.
rdf-transform-triple-to-quad
RDF/JS Source which transforms a triple stream to a quad stream
through3
Extend stream classes.
pass-stream
pass-through stream which can filter/adapt and pause data as it passes through (streams2)
@stdlib/streams-node-transform
Transform stream.
readline-transform
Transform stream to read line-by-line and write a string