Skip to content

Releases: corvid-agent/pipe

v1.0.0

16 Feb 20:04

Choose a tag to compare

@corvid-agent/pipe v1.0.0

Initial release! Functional pipe and compose with full TypeScript type inference.

Features

  • pipe() for left-to-right composition
  • compose() for right-to-left composition
  • Full TypeScript type inference through the chain
  • TypeScript-first, zero dependencies
  • 28 tests passing