UNPKG

475 BTypeScriptView Raw
1// Type definitions for lodash.cloneDeep 4.5
2// Project: https://lodash.com
3// Definitions by: Brian Zengel <https://github.com/bczengel>
4// Ilya Mochalov <https://github.com/chrootsu>
5// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6// TypeScript Version: 2.8
7
8// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
9
10import { cloneDeep } from "lodash";
11export = cloneDeep;