// Type definitions for lodash.merge 4.6 // Project: https://lodash.com // Definitions by: Brian Zengel // Ilya Mochalov // 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 { merge } from "lodash"; export = merge;