Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
gordonbrander/pipeWorks with
•JSR Score76%•This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




Downloads7/wk
•Publisheda year ago (0.1.0)
Utils for piping and composing functions.
T
Awaitable
An awaitable value (a value that is either T or a promise for T)
f
flow
Composes functions from left to right
f
flowAsync
Composes async or sync functions from left to right
f
pipe
Applies functions over value from left to right.
f
pipeAsync
Applies sync or async functions over value from left to right.