index.d.ts 110B

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