Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanwimmer128/fn-plus
fn+ is a very useful library for functional programming
https://github.com/stefanwimmer128/fn-plus
Last synced: 2 days ago
JSON representation
fn+ is a very useful library for functional programming
- Host: GitHub
- URL: https://github.com/stefanwimmer128/fn-plus
- Owner: stefanwimmer128
- License: isc
- Created: 2016-07-22T16:49:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-22T18:54:55.000Z (over 8 years ago)
- Last Synced: 2024-12-10T00:36:07.396Z (29 days ago)
- Language: JavaScript
- Homepage: https://libraries.io/github/stefanwimmer128/fn-plus
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fn+
fn+ is a very useful library for functional programming
## Installation
### Using npm
``` bash
npm i -S fn-plus
`````` javascript
const fn = require("fn-plus");
```### Using bower
``` bash
bower i -S fn-plus
`````` html
```
### Download current build
[Download current build](https://raw.githubusercontent.com/stefanwimmer128/fn-plus/master/build/fn-plus.js)
``` html
```
## Documentation
The full fn+ JSDoc is either contained in the npm or bower package or can be viewed [here](https://github.com/stefanwimmer128/fn-plus/blob/master/docs/fn-plus.md).