index.d.ts 97 B

12345
  1. export = isObject;
  2. declare function isObject(val: any): boolean;
  3. declare namespace isObject {}