5 lines
97 B

export = isObject;
declare function isObject(val: any): boolean;
declare namespace isObject {}