Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
p-pipe
Compose promise-returning & async functions into a reusable pipeline
pipe-functions
Pipe functions in a Unix-like style. It supports Promises (async) anywhere in the pipeline and every step will be executed sequentially. The return (resolve in case of Promises) of each function will be passed in as an argument to the next one
cypress-pipe
Create custom commands using plain-old functions
ziii
Right-compose functions with a z() utility function
ts-functional-pipe
Heavily overloaded functions (pipe/compose) for type-safe function composition in TypeScript
just-pipe
Pass a value through a pipeline of functions
promise.pipe
Performs left to right composition of one or more functions whom return promises
pipe-iterators
Like underscore for Node streams. Map, reduce, filter, fork, pipeline and other utility functions for iterating over object mode streams.
redis-streams
Extends the node redis client with readStream, writeStream, and writeThrough functions.
asyncpipe
Compose asynchronous functions
@typed/lambda
Helpful functions for working in a functional style
piton-pipe
Build and run an Async pipeline of functions
@drblaster/pipe
Pipe unary functions easily
ramda-async
Async versions of Ramda's pipe and compose functions
cpsfy
Tiny goodies for Continuation-Passing-Style functions
readable-stream
Node.js Streams, a user-land copy of the stream library from Node.js
pipeawait
Compose asynchronous functions
mute-stream
Bytes go in, but they don't come out (when muted).
pump
pipe streams together and close all of them if one of them closes
promise-toolbox
Essential utils for promises