mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Fix https://github.com/Microsoft/TypeScript/issues/11916: Make lodash declarations a module * Use lodash as a module * Use lodash as module * Add headder
9 lines
412 B
TypeScript
9 lines
412 B
TypeScript
// 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 isArrayLikeObject: typeof _.isArrayLikeObject;
|
|
export = isArrayLikeObject;
|