Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).