mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 13:27:15 +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
348 B
TypeScript
8 lines
348 B
TypeScript
// Type definitions for lodash.repeat 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
|
|
|
|
import { repeat } from "lodash";
|
|
export = repeat;
|