index.d.ts 80 B

123
  1. declare function isPlainObject(o: any): boolean;
  2. export default isPlainObject;