mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
* Remove modules.d.ts to avoid making lodash a global * Add separate modules for lodash submodules * Keep only major.minor for versions
8 lines
345 B
TypeScript
8 lines
345 B
TypeScript
// Type definitions for lodash.clone 4.5
|
|
// 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
|
|
|
|
import { clone } from "lodash";
|
|
export = clone;
|