index.d.ts 110 B

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