0.3.0 • Published 8 years ago

fn-plus v0.3.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

fn+

fn+ is a very useful library for functional programming

Installation

Using npm

npm i -S fn-plus
const fn = require("fn-plus");

Using bower

bower i -S fn-plus
<script src="bower_components/fn-plus/build/fn-plus.js"></script>

Download current build

Download current build

<script src="path/to/fn-plus.js"></script>

Documentation

The full fn+ JSDoc is either contained in the npm or bower package or can be viewed here.