2016-12-02 06:08:25 +00:00
|
|
|
// Type definitions for lodash.mapValues 4.6
|
2019-02-12 22:36:28 +00:00
|
|
|
// Project: https://lodash.com
|
2016-12-02 06:08:25 +00:00
|
|
|
// 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
|
2019-02-14 18:40:39 +00:00
|
|
|
// TypeScript Version: 2.8
|
2016-12-02 06:08:25 +00:00
|
|
|
|
2017-08-08 21:06:51 +00:00
|
|
|
// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
|
|
|
|
|
|
2016-12-02 06:08:25 +00:00
|
|
|
import { mapValues } from "lodash";
|
|
|
|
|
export = mapValues;
|