declare function isObj(val: any): boolean;

export = isObj;
