keyu
v2.2.0
Published
Key utilities for everyday use
Downloads
534
Maintainers
Readme
Keyu (key utilities) provides flexible utilities to help you build solid projects without repeating yourself. This library pretends to fix those anoying things that you find every day when you write JavaScript
The library helps you:
- Write functional programming code in javascript
- Combine sync and async functions easly
- Do safe conversions
- Check javascript types correctly
- Work with any kind of collection
- Apply complex concurrency patterns (Rob Pike).
Documentation: https://nerac.github.io/keyu/
Repository: https://github.com/nerac/keyu
License: MIT
Contribute
If you find yourself repeating over and over the same function maybe it should be here.
This repository is completely open to any kind of contribution that will simplify Javascript developers time.