332d5f8804f1c4b76f208e637362f2167dbf8fbf4c697341e515789abc2282a9a18af230e257f19649d5932867202ddb1458a065fe4ee7f78e91829589b2ee 110 B

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