https://github.com/nerac/keyu
Key utilities that will simplify your work with Javascript
https://github.com/nerac/keyu
concurrency conversion fp functional-programming javascript logic utilities utils
Last synced: 2 months ago
JSON representation
Key utilities that will simplify your work with Javascript
- Host: GitHub
- URL: https://github.com/nerac/keyu
- Owner: nerac
- License: mit
- Created: 2019-03-17T06:20:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T21:14:01.000Z (about 3 years ago)
- Last Synced: 2025-10-19T17:46:37.510Z (5 months ago)
- Topics: concurrency, conversion, fp, functional-programming, javascript, logic, utilities, utils
- Language: JavaScript
- Homepage:
- Size: 754 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://travis-ci.org/nerac/keyu)
[](https://coveralls.io/github/nerac/keyu?branch=master)
[](https://packagephobia.now.sh/result?p=keyu)
[](https://snyk.io/test/npm/keyu)
**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](https://www.youtube.com/watch?v=f6kdp27TYZs)).
Documentation: https://nerac.github.io/keyu/
Repository: https://github.com/nerac/keyu
License: [MIT](https://github.com/nerac/keyu/blob/master/LICENSE)
## 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.