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.
- Host: GitHub
- URL: https://github.com/fjc0k/lodash-uni
- Owner: fjc0k
- License: mit
- Created: 2020-09-28T02:37:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T08:35:40.000Z (over 1 year ago)
- Last Synced: 2025-02-28T06:32:08.433Z (7 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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