1 | # Installation
|
2 | > `npm install --save @types/lodash.assign`
|
3 |
|
4 | # Summary
|
5 | This package contains type definitions for lodash.assign (https://lodash.com).
|
6 |
|
7 | # Details
|
8 | Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.assign.
|
9 | ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.assign/index.d.ts)
|
10 | ````ts
|
11 | // Type definitions for lodash.assign 4.2
|
12 | // Project: https://lodash.com
|
13 | // Definitions by: Brian Zengel <https://github.com/bczengel>
|
14 | // Ilya Mochalov <https://github.com/chrootsu>
|
15 | // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
16 | // TypeScript Version: 2.8
|
17 |
|
18 | // Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
|
19 |
|
20 | import { assign } from "lodash";
|
21 | export = assign;
|
22 |
|
23 | ````
|
24 |
|
25 | ### Additional Details
|
26 | * Last updated: Mon, 18 Apr 2022 23:03:11 GMT
|
27 | * Dependencies: [@types/lodash](https://npmjs.com/package/@types/lodash)
|
28 | * Global values: none
|
29 |
|
30 | # Credits
|
31 | These definitions were written by [Brian Zengel](https://github.com/bczengel), and [Ilya Mochalov](https://github.com/chrootsu).
|
32 |
|
\ | No newline at end of file |