Releases: corvid-agent/pipe
Releases · corvid-agent/pipe
v1.0.0
@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