Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/functional-abstraction/operator

:heavy_multiplication_x: :heavy_plus_sign: :heavy_minus_sign: :heavy_division_sign: Language operators for JavaScript
https://github.com/functional-abstraction/operator

Last synced: about 1 month ago
JSON representation

:heavy_multiplication_x: :heavy_plus_sign: :heavy_minus_sign: :heavy_division_sign: Language operators for JavaScript

Awesome Lists containing this project

README

        

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






© xkcd.com

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