Show HN: FP-pack – Functional pipelines in TypeScript without monads

Published: (January 3, 2026 at 10:00 AM EST)
1 min read

Source: Hacker News

fp-pack

Hi HN,
I built fp-pack, a small TypeScript functional utility library focused on pipe‑first composition.
The goal is to keep pipelines simple and readable, while still supporting early exits and side effects — without introducing monads like Option or Either.
Most code uses plain pipe / pipeAsync.
For…

Back to Blog

Related posts

Read more »