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: 4 months ago
JSON representation
:heavy_multiplication_x: :heavy_plus_sign: :heavy_minus_sign: :heavy_division_sign: Language operators for JavaScript
- Host: GitHub
- URL: https://github.com/functional-abstraction/operator
- Owner: functional-abstraction
- License: agpl-3.0
- Created: 2014-09-24T16:41:10.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T11:12:45.000Z (about 1 year ago)
- Last Synced: 2024-04-14T12:52:03.158Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://functional-abstraction.github.io/operator
- Size: 2.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.comLanguage operator functions for JavaScript.
See [docs](https://functional-abstraction.github.io/operator/index.html).```js
import {len} from '@functional-abstraction/operator';
len('abc'); // 3
```[](https://raw.githubusercontent.com/functional-abstraction/operator/main/LICENSE)
[](https://www.npmjs.org/package/@functional-abstraction/operator)
[](https://github.com/functional-abstraction/operator/actions/workflows/ci.yml?query=branch:main)
[](https://github.com/functional-abstraction/operator/network/dependencies)
[](https://github.com/functional-abstraction/operator/issues)
[](https://www.npmjs.org/package/@functional-abstraction/operator)[](https://codeclimate.com/github/functional-abstraction/operator/issues)
[](https://codeclimate.com/github/functional-abstraction/operator/trends/churn)
[](https://codecov.io/gh/functional-abstraction/operator)
[](https://codeclimate.com/github/functional-abstraction/operator/trends/technical_debt)
[](https://functional-abstraction.github.io/operator/source.html)
[](https://bundlephobia.com/result?p=@functional-abstraction/operator)## :scroll: References
- https://docs.python.org/3/library/operator.html