UNPKG

lodash-uni

Version:

Export lodash for CommonJS, lodash-es for ESModule.

20 lines (12 loc) 279 B
# 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