Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caderek/arrows
Monorepo for functional JS/TS modules
https://github.com/caderek/arrows
Last synced: 12 days ago
JSON representation
Monorepo for functional JS/TS modules
- Host: GitHub
- URL: https://github.com/caderek/arrows
- Owner: caderek
- License: isc
- Created: 2019-09-17T00:52:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T08:11:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T20:01:02.235Z (14 days ago)
- Language: TypeScript
- Homepage: https://caderek.github.io/arrows/
- Size: 3.39 MB
- Stars: 192
- Watchers: 5
- Forks: 3
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![arrows](assets/arrows.svg)
# Arrows - a collection of functional libraries for JS/TS
![CircleCI](https://img.shields.io/circleci/build/github/caderek/arrows)
![Codecov](https://img.shields.io/codecov/c/github/caderek/arrows?token=c6adb715d638431786fefe69ca08ab00)## Packages docs
- [@arrows/array](packages/array/README.md)
- [@arrows/composition](packages/composition/README.md)
- [@arrows/dispatch](packages/dispatch/README.md)
- [@arrows/error](packages/error/README.md)
- [@arrows/multimethod](packages/multimethod/README.md)
- [@arrows/string](packages/string/README.md) (WIP!)
- [@arrows/worker](packages/worker/README.md)## License
Project is under open, non-restrictive [ISC license](LICENSE).