Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stefanwimmer128/fn6.js

Functional programming with ES6 - npm and bower
https://github.com/stefanwimmer128/fn6.js

Last synced: 2 days ago
JSON representation

Functional programming with ES6 - npm and bower

Awesome Lists containing this project

README

        

# fn6.js

Functional programming with ES6

## Installation

### Using npm

``` bash
npm i -S fn6.js
```

``` javascript
const fn6 = require("fn6.js");
```

### Using bower

``` bash
bower i -S fn6.js
```

``` html

```

### JSDoc

The JSDoc is located [here](https://github.com/stefanwimmer128/fn6.js/blob/master/docs/fn6.md).