0.5.2 • Published 9 years ago

funcdash v0.5.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

MIT npm

funcdash

Lodash mixins to fill some common functional programming gaps.

Usage

With LoDash

$ npm install lodash funcdash

Using LoDash's _.mixin method.

var _ = require('lodash').runInContext();
_.mixin(require('funcdash'));

With LoDash-fp

$ npm install lodash-fp funcdash

Using LoDash's _.mixin method.

var _ = require('lodash-fp').runInContext();
_.mixin(require('funcdash/curried'));

Docs

Read the documentation.

Function

_.apply _.call _.mapInvoke

Logic

_.and _.ifElse _.or _.not

Math

_.multiply _.product

0.5.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago