functional-abstraction/operator

View on GitHub
README.md

Summary

Maintainability
Test Coverage
:heavy_multiplication_x: :heavy_plus_sign: :heavy_minus_sign: :heavy_division_sign:
[@functional-abstraction/operator](https://functional-abstraction.github.io/operator)
==

<p align="center">
<a href="https://xkcd.com/2343">
<img src="https://imgs.xkcd.com/comics/mathematical_symbol_fight.png" width="540">
</a><br/>
© <a href="https://xkcd.com">xkcd.com</a>
</p>

Language operator functions for JavaScript.
See [docs](https://functional-abstraction.github.io/operator/index.html).

```js
import {len} from '@functional-abstraction/operator';
len('abc'); // 3
```

[![License](https://img.shields.io/github/license/functional-abstraction/operator.svg)](https://raw.githubusercontent.com/functional-abstraction/operator/main/LICENSE)
[![Version](https://img.shields.io/npm/v/@functional-abstraction/operator.svg)](https://www.npmjs.org/package/@functional-abstraction/operator)
[![Tests](https://img.shields.io/github/actions/workflow/status/functional-abstraction/operator/ci.yml?branch=main&event=push&label=tests)](https://github.com/functional-abstraction/operator/actions/workflows/ci.yml?query=branch:main)
[![Dependencies](https://img.shields.io/librariesio/github/functional-abstraction/operator.svg)](https://github.com/functional-abstraction/operator/network/dependencies)
[![GitHub issues](https://img.shields.io/github/issues/functional-abstraction/operator.svg)](https://github.com/functional-abstraction/operator/issues)
[![Downloads](https://img.shields.io/npm/dm/@functional-abstraction/operator.svg)](https://www.npmjs.org/package/@functional-abstraction/operator)

[![Code issues](https://img.shields.io/codeclimate/issues/functional-abstraction/operator.svg)](https://codeclimate.com/github/functional-abstraction/operator/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/functional-abstraction/operator.svg)](https://codeclimate.com/github/functional-abstraction/operator/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/functional-abstraction/operator/main.svg)](https://codecov.io/gh/functional-abstraction/operator)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/functional-abstraction/operator.svg)](https://codeclimate.com/github/functional-abstraction/operator/trends/technical_debt)
[![Documentation](https://functional-abstraction.github.io/operator/badge.svg)](https://functional-abstraction.github.io/operator/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@functional-abstraction/operator)](https://bundlephobia.com/result?p=@functional-abstraction/operator)


## :scroll: References

  - https://docs.python.org/3/library/operator.html