mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-18 03:58:42 +08:00
4 lines
124 B
TypeScript
4 lines
124 B
TypeScript
import * as _ from "lodash";
|
|
declare const isArrayLikeObject: typeof _.isArrayLikeObject;
|
|
export default isArrayLikeObject;
|