https://github.com/emphori/compose
A featherweight Promise composition and error handling library for JavaScript
https://github.com/emphori/compose
functional functional-programming javascript nodejs promise promise-chain typescript
Last synced: 7 days ago
JSON representation
A featherweight Promise composition and error handling library for JavaScript
- Host: GitHub
- URL: https://github.com/emphori/compose
- Owner: emphori
- License: mit
- Created: 2022-06-23T10:55:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T23:18:59.000Z (over 2 years ago)
- Last Synced: 2025-09-26T13:58:14.365Z (7 months ago)
- Topics: functional, functional-programming, javascript, nodejs, promise, promise-chain, typescript
- Language: TypeScript
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Compose
Welcome to the source repository of Compose, our functional composition library.
If you're looking to contribute, raise an issue, or explore the code, you're in
the right place!
> Not what you were looking for? Head over to the [package page][readme] for
> users documentation, where you'll find usage information and examples instead.
[readme]: https://github.com/emphori/compose/blob/HEAD/README.md
## Issues
If you've found a bug in the code, log it! Raise an appropriate ticket here in
GitHub and include as _much_ useful information as you possibly can.
Once triaged you should expect a reply within a few working days.
## License
This project is released under the [MIT License][license]. Enjoy responsibly ❤️
[license]: https://github.com/emphori/compose/blob/HEAD/LICENSE