isObj.d.ts 60 B

123
  1. declare function isObj(val: any): boolean;
  2. export = isObj;