index.d.ts
1  export = isObject;
2  
3  declare function isObject(val: any): boolean;
4  
5  declare namespace isObject {}