UNPKG

1.17 kBMarkdownView Raw
1# Installation
2> `npm install --save @types/lodash.pick`
3
4# Summary
5This package contains type definitions for lodash.pick (https://lodash.com).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.pick.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.pick/index.d.ts)
10````ts
11// Type definitions for lodash.pick 4.4
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
20import { pick } from "lodash";
21export = pick;
22
23````
24
25### Additional Details
26 * Last updated: Mon, 18 Apr 2022 23:03:31 GMT
27 * Dependencies: [@types/lodash](https://npmjs.com/package/@types/lodash)
28 * Global values: none
29
30# Credits
31These definitions were written by [Brian Zengel](https://github.com/bczengel), and [Ilya Mochalov](https://github.com/chrootsu).
32
\No newline at end of file