UNPKG

@types/lodash

Version:

TypeScript definitions for Lo-Dash 4.14

9 lines (7 loc) 387 B
// Type definitions for Lo-Dash 4.14 // 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 * as _ from "../index" declare const repeat: typeof _.repeat; export = repeat;