DefinitelyTyped/lodash.isarraylikeobject/index.d.ts
Mohamed Hegazy 035e3a2090 Fix lodash sub modules 2 (#13051)
* Remove modules.d.ts to avoid making lodash a global

* Add separate modules for lodash submodules

* Keep only major.minor for versions
2016-12-01 22:08:25 -08:00

8 lines
381 B
TypeScript

// Type definitions for lodash.isArrayLikeObject 4.2
// 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 { isArrayLikeObject } from "lodash";
export = isArrayLikeObject;