1 | # Installation
|
2 | > `npm install --save @types/lodash.uniq`
|
3 |
|
4 | # Summary
|
5 | This package contains type definitions for lodash.uniq (https://lodash.com).
|
6 |
|
7 | # Details
|
8 | Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.uniq.
|
9 | ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.uniq/index.d.ts)
|
10 | ````ts
|
11 | // Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
|
12 |
|
13 | import { uniq } from "lodash";
|
14 | export = uniq;
|
15 |
|
16 | ````
|
17 |
|
18 | ### Additional Details
|
19 | * Last updated: Tue, 07 Nov 2023 09:09:38 GMT
|
20 | * Dependencies: [@types/lodash](https://npmjs.com/package/@types/lodash)
|
21 |
|
22 | # Credits
|
23 | These definitions were written by [Brian Zengel](https://github.com/bczengel), and [Ilya Mochalov](https://github.com/chrootsu).
|
24 |
|
\ | No newline at end of file |