An open API service indexing awesome lists of open source software.

https://github.com/fjc0k/lodash-uni

Export lodash for CommonJS, lodash-es for ESModule.
https://github.com/fjc0k/lodash-uni

Last synced: 7 months ago
JSON representation

Export lodash for CommonJS, lodash-es for ESModule.

Awesome Lists containing this project

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