Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

funcdash

dannyfritz14MIT0.5.2

Lodash mixin for more functional utilities.

lodash, mixin, lodash-fp, functional

readme

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