Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stefanwimmer128/fn6.js
- Owner: stefanwimmer128
- License: isc
- Created: 2016-07-11T16:07:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-13T19:18:40.000Z (over 8 years ago)
- Last Synced: 2024-12-10T00:07:25.025Z (29 days ago)
- Language: JavaScript
- Homepage: https://libraries.io/github/stefanwimmer128/fn6.js
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).