// Type definitions for Lo-Dash 4.14 // Project: https://lodash.com // Definitions by: Brian Zengel // Ilya Mochalov // AJ Richardson // e-cloud // Georgii Dolzhykov // Jack Moore // Dominique Rau // William Chelman // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// /// /// /// /// /// /// /// /// /// /// /// export = _; export as namespace _; declare const _: _.LoDashStatic; declare namespace _ { // tslint:disable-next-line no-empty-interface (This will be augmented) interface LoDashStatic {} } // Backward compatibility with --target es5 declare global { // tslint:disable-next-line:no-empty-interface interface Set { } // tslint:disable-next-line:no-empty-interface interface Map { } // tslint:disable-next-line:no-empty-interface interface WeakSet { } // tslint:disable-next-line:no-empty-interface interface WeakMap { } }