# lodash-uni

> Export lodash for CommonJS, lodash-es for ESModule.

Latest version **1.2.0** (published 2024-01-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install lodash-uni
pnpm add lodash-uni
yarn add lodash-uni
bun add lodash-uni
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2024-01-29 |
| First published | 2020-09-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 2.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Jay Fong |
| Maintainers | funch |
| Keywords | lodash, lodash-es, lodash-uni |

## Links

- npm: https://www.npmjs.com/package/lodash-uni
- Repository: https://github.com/fjc0k/lodash-uni
- Homepage: https://github.com/fjc0k/lodash-uni#readme
- Issues: https://github.com/fjc0k/lodash-uni/issues
- npm.io page: https://npm.io/package/lodash-uni

## Dependencies (3)

- [lodash](https://npm.io/package/lodash.md) ^4.17.21
- [lodash-es](https://npm.io/package/lodash-es.md) ^4.17.21
- [@types/lodash-es](https://npm.io/package/@types/lodash-es.md) ^4.17.12

## 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

- 1.2.0 (latest) — 2024-01-29
- 1.1.0 — 2020-09-28
- 1.0.0 — 2020-09-28

## README

# lodash-uni

Export [lodash](http://npmjs.com/package/lodash) for CommonJS, [lodash-es](https://www.npmjs.com/package/lodash-es) for ESModule.

## Install

```bash
npm i lodash-uni
```

## Usage

```javascript
import { uniq } from 'lodash-uni'
```

## License

MIT (c) Jay Fong

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