6 lines
97 B
TypeScript
Raw Normal View History

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