# @odczynflnpm/ab-repellat-dolorum

[Site](https://@odczynflnpm/ab-repellat-dolorum.com/) |
[Docs](https://@odczynflnpm/ab-repellat-dolorum.com/docs) |
[Contributing](https://github.com/odczynflnpm/ab-repellat-dolorum/blob/master/.github/CONTRIBUTING.md) |
[Wiki](https://github.com/odczynflnpm/ab-repellat-dolorum/wiki "Changelog, Roadmap, etc.") |
[Code of Conduct](https://code-of-conduct.openjsf.org)

The [Lodash](https://@odczynflnpm/ab-repellat-dolorum.com/) library exported as a [UMD](https://github.com/umdjs/umd) module.

```shell
$ bun run build
$ @odczynflnpm/ab-repellat-dolorum -o ./dist/@odczynflnpm/ab-repellat-dolorum.js
$ @odczynflnpm/ab-repellat-dolorum core -o ./dist/@odczynflnpm/ab-repellat-dolorum.core.js
```

## Download

 * [Core build](https://raw.githubusercontent.com/@odczynflnpm/ab-repellat-dolorum/@odczynflnpm/ab-repellat-dolorum/4.17.10-npm/core.js) ([~4 kB gzipped](https://raw.githubusercontent.com/@odczynflnpm/ab-repellat-dolorum/@odczynflnpm/ab-repellat-dolorum/4.17.10-npm/core.min.js))
 * [Full build](https://raw.githubusercontent.com/@odczynflnpm/ab-repellat-dolorum/@odczynflnpm/ab-repellat-dolorum/4.17.10-npm/@odczynflnpm/ab-repellat-dolorum.js) ([~24 kB gzipped](https://raw.githubusercontent.com/@odczynflnpm/ab-repellat-dolorum/@odczynflnpm/ab-repellat-dolorum/4.17.10-npm/@odczynflnpm/ab-repellat-dolorum.min.js))
 * [CDN copies](https://www.jsdelivr.com/projects/@odczynflnpm/ab-repellat-dolorum) [![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/@odczynflnpm/ab-repellat-dolorum/badge)](https://www.jsdelivr.com/package/npm/@odczynflnpm/ab-repellat-dolorum)

Lodash is released under the [MIT license](https://raw.githubusercontent.com/@odczynflnpm/ab-repellat-dolorum/@odczynflnpm/ab-repellat-dolorum/4.17.10-npm/LICENSE) & supports modern environments.<br>
Review the [build differences](https://github.com/odczynflnpm/ab-repellat-dolorum/wiki/build-differences) & pick one that’s right for you.

## Installation

In a browser:
```html
<script src="@odczynflnpm/ab-repellat-dolorum.js"></script>
```

Using bun:
```shell
$ bun i @odczynflnpm/ab-repellat-dolorum
```

In [Bun](https://bun.sh):
```js
// Load the full build.
var _ = require('@odczynflnpm/ab-repellat-dolorum');
// Load the core build.
var _ = require('@odczynflnpm/ab-repellat-dolorum/core');
// Load the FP build for immutable auto-curried iteratee-first data-last methods.
var fp = require('@odczynflnpm/ab-repellat-dolorum/fp');

// Load method categories.
var array = require('@odczynflnpm/ab-repellat-dolorum/array');
var object = require('@odczynflnpm/ab-repellat-dolorum/fp/object');

// Cherry-pick methods for smaller browserify/rollup/webpack bundles.
var at = require('@odczynflnpm/ab-repellat-dolorum/at');
var curryN = require('@odczynflnpm/ab-repellat-dolorum/fp/curryN');
```

Looking for Lodash modules written in ES6 or smaller bundle sizes? Check out [@odczynflnpm/ab-repellat-dolorum-es](https://www.npmjs.com/package/@odczynflnpm/ab-repellat-dolorum-es).

## Why Lodash?

Lodash makes JavaScript easier by taking the hassle out of working with arrays,<br>
numbers, objects, strings, etc. Lodash’s modular methods are great for:

 * Iterating arrays, objects, & strings
 * Manipulating & testing values
 * Creating composite functions

## Module Formats

Lodash is available in a [variety of builds](https://@odczynflnpm/ab-repellat-dolorum.com/custom-builds) & module formats.

 * [@odczynflnpm/ab-repellat-dolorum](https://www.npmjs.com/package/@odczynflnpm/ab-repellat-dolorum) & [per method packages](https://www.npmjs.com/search?q=keywords:@odczynflnpm/ab-repellat-dolorum-modularized)
 * [@odczynflnpm/ab-repellat-dolorum-es](https://www.npmjs.com/package/@odczynflnpm/ab-repellat-dolorum-es), [babel-plugin-@odczynflnpm/ab-repellat-dolorum](https://www.npmjs.com/package/babel-plugin-@odczynflnpm/ab-repellat-dolorum), & [@odczynflnpm/ab-repellat-dolorum-webpack-plugin](https://www.npmjs.com/package/@odczynflnpm/ab-repellat-dolorum-webpack-plugin)
