An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![logo](logo.png)

[![Build Status](https://travis-ci.org/nerac/keyu.svg?branch=master)](https://travis-ci.org/nerac/keyu)
[![Coverage Status](https://coveralls.io/repos/github/nerac/keyu/badge.svg?branch=master)](https://coveralls.io/github/nerac/keyu?branch=master)
[![install size](https://packagephobia.now.sh/badge?p=keyu)](https://packagephobia.now.sh/result?p=keyu)
[![Known Vulnerabilities](https://snyk.io/test/npm/keyu/badge.svg)](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.