// Type definitions for Lo-Dash 4.14 // Project: https://lodash.com // Definitions by: Brian Zengel , // Ilya Mochalov , // Stepan Mikhaylyuk , // AJ Richardson , // e-cloud , // Georgii Dolzhykov , // Jack Moore , // Dominique Rau // William Chelman // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 /// /// /// /// /// /// /// /// /// /// /// /// export = _; declare global { const _: _.LoDashStatic; }