@types/lodash.pick
Version:
TypeScript definitions for lodash.pick
12 lines (9 loc) • 460 B
TypeScript
// Type definitions for lodash.pick 4.4
// Project: https://lodash.com
// Definitions by: Brian Zengel <https://github.com/bczengel>
// Ilya Mochalov <https://github.com/chrootsu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
import { pick } from "lodash";
export = pick;