# funcdash

> Lodash mixin for more functional utilities.

Latest version **0.5.2** (published 2015-03-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install funcdash
pnpm add funcdash
yarn add funcdash
bun add funcdash
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.5.2 |
| Published | 2015-03-17 |
| First published | 2015-03-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Danny Fritz |
| Maintainers | dannyfritz |
| Keywords | lodash, mixin, lodash-fp, functional |

## Links

- npm: https://www.npmjs.com/package/funcdash
- Repository: https://github.com/dannyfritz/funcdash
- Issues: https://github.com/dannyfritz/funcdash/issues
- npm.io page: https://npm.io/package/funcdash

## Dependencies (1)

- [lodash-compat](https://npm.io/package/lodash-compat.md) ^3.5.0

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 0.5.2 (latest) — 2015-03-17
- 0.4.1 — 2015-03-12
- 0.4.0 — 2015-03-11
- 0.3.0 — 2015-03-11
- 0.2.0 — 2015-03-11
- 0.1.1 — 2015-03-10
- 0.1.0 — 2015-03-10

## README

[![MIT](https://img.shields.io/npm/l/funcdash.svg?style=flat-square)](http://opensource.org/licenses/MIT)
[![npm](https://img.shields.io/npm/v/funcdash.svg?style=flat-square)](https://www.npmjs.com/package/funcdash)

# funcdash


Lodash mixins to fill some common functional programming gaps.

## Usage

### With [LoDash](https://github.com/lodash/lodash)

```bash
$ npm install lodash funcdash
```

Using LoDash's [_.mixin](https://lodash.com/docs#mixin) method.
```js
var _ = require('lodash').runInContext();
_.mixin(require('funcdash'));
```

### With [LoDash-fp](https://github.com/lodash/lodash-fp)

```bash
$ npm install lodash-fp funcdash
```

Using LoDash's [_.mixin](https://lodash.com/docs#mixin) method.
```js
var _ = require('lodash-fp').runInContext();
_.mixin(require('funcdash/curried'));
```

## Docs

Read the [documentation](https://dannyfritz.github.io/funcdash/docs/_.html).

### Function

[\_.apply](https://dannyfritz.github.io/funcdash/docs/_.html#apply)
[\_.call](https://dannyfritz.github.io/funcdash/docs/_.html#call)
[\_.mapInvoke](https://dannyfritz.github.io/funcdash/docs/_.html#mapInvoke)

### Logic

[\_.and](https://dannyfritz.github.io/funcdash/docs/_.html#and)
[\_.ifElse](https://dannyfritz.github.io/funcdash/docs/_.html#ifElse)
[\_.or](https://dannyfritz.github.io/funcdash/docs/_.html#or)
[\_.not](https://dannyfritz.github.io/funcdash/docs/_.html#not)

### Math

[\_.multiply](https://dannyfritz.github.io/funcdash/docs/_.html#multiply)
[\_.product](http://dannyfritz.github.io/funcdash/docs/_.html#product)

---
_Source: https://npm.io/package/funcdash · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
