mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 22:44:18 +08:00
9 lines
396 B
TypeScript
9 lines
396 B
TypeScript
// Type definitions for lodash.zipObjectDeep 4.1
|
|
// Project: http://lodash.com/
|
|
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.2
|
|
|
|
import { zipObjectDeep } from "lodash";
|
|
export = zipObjectDeep;
|